This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
thumbsup
Watch
2
Star
0
Fork
0
You've already forked thumbsup
mirror of
https://github.com/thumbsup/thumbsup
synced
2024-11-11 07:10:26 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
067238c8e4
thumbsup
/
.travis.yml
8 lines
100 B
YAML
Raw
Normal View
History
Unescape
Escape
TravisCI: run the build inside Docker - This is the simplest way to ensure all dependencies are there - Also much faster than installing them on every build - Especially since Travis runs Ubuntu Trusty, which doesn’t have ffmpeg in its repositories (must be compiled from source)
2017-11-25 11:32:07 +00:00
# Run the whole build inside Docker
Run full integration tests inside Docker. Travis runs unit + integration.
2017-11-25 11:01:30 +00:00
sudo
:
required
services
:
-
docker
TravisCI: run the build inside Docker - This is the simplest way to ensure all dependencies are there - Also much faster than installing them on every build - Especially since Travis runs Ubuntu Trusty, which doesn’t have ffmpeg in its repositories (must be compiled from source)
2017-11-25 11:32:07 +00:00
script
:
-
docker build .
Reference in New Issue
Copy Permalink