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 8223110 commit ea61376Copy full SHA for ea61376
.travis.yml
@@ -1,3 +1,13 @@
1
+language: cpp
2
+
3
+os:
4
+ - linux
5
+ - osx
6
7
+compiler:
8
+ - gcc
9
+ - clang
10
11
env:
12
global:
13
- AVTRANSCODER_BUILD=${TRAVIS_BUILD_DIR}/build-avtranscoder
@@ -10,15 +20,8 @@ env:
20
- DEPENDENCY_MODE=ffmpeg ENABLE_COVERAGE=true
21
- DEPENDENCY_MODE=ffmpeg ENABLE_COVERAGE=false
22
-language: cpp
14
-
15
-os:
16
- - linux
17
- - osx
18
19
-compiler:
- - gcc
- - clang
23
+# This results in a 2×2×2x2 build matrix.
24
+# Where the variables are: os / compiler / DEPENDENCY_MODE / ENABLE_COVERAGE
25
26
before_script:
27
- env | sort
0 commit comments