We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395a71d commit f956a0cCopy full SHA for f956a0c
.travis.yml
@@ -18,6 +18,7 @@ before_script:
18
- sudo apt-get update -qq
19
- sudo apt-get install -qq gcc g++ scons swig swig2.0
20
- sudo apt-get install -qq libavdevice-dev libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavresample-dev python-dev freeglut3-dev doxygen
21
+ - rm -Rf build
22
23
script:
24
- scons
@@ -37,6 +38,5 @@ addons:
37
38
name: "avTranscoder/avTranscoder"
39
description: "[avTranscoder] Build submitted via Travis CI"
40
notification_email: arnaud.marcantoine@gmail.com
- build_command_prepend: "rm -Rf build"
41
build_command: "scons -j 4"
42
branch_pattern: coverity_scan
0 commit comments