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 2a17214 commit 30d5e13Copy full SHA for 30d5e13
.travis.yml
@@ -14,6 +14,10 @@ compiler:
14
os:
15
- linux
16
17
+env:
18
+ - CONFIG=Debug
19
+ - CONFIG=Release
20
+
21
addons:
22
apt:
23
sources:
@@ -37,6 +41,6 @@ script:
37
41
# Run cmake
38
42
- mkdir cmk_build
39
43
- cd cmk_build
40
- - cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug"
44
+ - cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=${CONFIG}
45
# Build
46
- cmake --build .
0 commit comments