Skip to content

Commit

Permalink
Enable CI for debug and release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schiewe committed Jul 31, 2015
1 parent 752d3dd commit 693c3d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -5,6 +5,9 @@ os:
compiler:
- clang
- gcc
env:
- CONFIG=debug
- CONFIG=release
matrix:
exclude:
- os: osx
Expand All @@ -18,7 +21,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install qt; fi
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
script: travis_wait ./Scripts/oneshot-debug.sh
script: travis_wait ./Scripts/oneshot-${CONFIG}.sh
notifications:
slack:
secure: D03l+Pzfk8TAQfvqVw0Cw1v4IBNxvG8u/RxZ4BJ349x4Ty8AzbJz0EfoXPYVjyPTn8tXaPLKFPmlZxORBj4wb6z9iqTWTi0LKZ+cKfIRIKFGJj10U4UcKss8LZupcBTbaLX1u8UrwrThlLuoJcU/pmpc/h0VldJxCvOIyGabCgs=

0 comments on commit 693c3d0

Please sign in to comment.