mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
18 lines
242 B
YAML
18 lines
242 B
YAML
git:
|
|
depth: 1
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
dist: xenial
|
|
sudo: required
|
|
|
|
language: c
|
|
|
|
script:
|
|
- ls
|
|
- ./build-tools
|
|
- bash ./marsh build --markdown="tools/local/bin/markdown"
|
|
- cd public
|
|
- tar cvzf docs.tar.gz docs/
|