mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-05 12:01:04 +00:00
8d6cec3884
- 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)
8 lines
100 B
YAML
8 lines
100 B
YAML
# Run the whole build inside Docker
|
|
sudo: required
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- docker build .
|