We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ca81c commit 16baebaCopy full SHA for 16baeba
1 file changed
.travis.yml
@@ -10,6 +10,10 @@ addons:
10
- cmake
11
- python3
12
13
+env:
14
+ - CONFIG=Debug
15
+ - CONFIG=Release
16
+
17
install:
18
- ./install-deps.sh
19
# install cmake toolchains and script
@@ -21,7 +25,7 @@ install:
21
25
- python3 --version
22
26
23
27
script:
24
- - build.py --verbose --pack TGZ --config Release
28
+ - build.py --verbose --pack TGZ --config ${CONFIG}
29
30
before_deploy:
31
- export FILE_TO_UPLOAD=$(ls _builds/default-Release/Foo-*.tar.gz)
0 commit comments