Skip to content

Commit 16baeba

Browse files
committed
Debug/Release variants
1 parent 90ca81c commit 16baeba

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ addons:
1010
- cmake
1111
- python3
1212

13+
env:
14+
- CONFIG=Debug
15+
- CONFIG=Release
16+
1317
install:
1418
- ./install-deps.sh
1519
# install cmake toolchains and script
@@ -21,7 +25,7 @@ install:
2125
- python3 --version
2226

2327
script:
24-
- build.py --verbose --pack TGZ --config Release
28+
- build.py --verbose --pack TGZ --config ${CONFIG}
2529

2630
before_deploy:
2731
- export FILE_TO_UPLOAD=$(ls _builds/default-Release/Foo-*.tar.gz)

0 commit comments

Comments
 (0)