Skip to content

Commit

Permalink
.travis.yml: add shell variable OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed May 19, 2017
1 parent 9939904 commit d19e7db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ install:
- test "$TRAVIS_OS_NAME" != "linux" || sudo apt-get install -qq g++-5

script:
- OPTIONS="--enable-test"
- test "$TRAVIS_OS_NAME" != "linux" || export CC=gcc-5 CXX=g++-5
- ./autogen.sh
- ./configure --disable-silent-rules --disable-dependency-tracking --enable-test
- ./configure --disable-silent-rules --disable-dependency-tracking $OPTIONS
- make
- make check

0 comments on commit d19e7db

Please sign in to comment.