mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 13:54:49 -06:00
Create Travis.yml
This commit is contained in:
parent
43cc9cb0d6
commit
10289fec14
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
git:
|
||||
depth: 1
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
|
||||
language: c
|
||||
|
||||
script:
|
||||
- ./build-tools
|
||||
- bash ./marsh build
|
||||
- cd public
|
||||
- tar cvzf docs.tar.gz docs/
|
||||
Loading…
x
Reference in New Issue
Block a user