]> jfr.im git - solanum.git/blobdiff - .travis.yml
Fix compiler warning for SeesOper
[solanum.git] / .travis.yml
index e9915c1a7e4e7b828285a91ed77480dfbedb3111..404f955db02ea1a1d64011e5a7a43c3b80d0d603 100644 (file)
@@ -53,8 +53,8 @@ cache:
 
 script:
   - bash autogen.sh
-  - CC=$COMPILER ./configure --with-shared-sqlite
+  - CC=$COMPILER CFLAGS="-Wno-unused-value -Werror" ./configure --with-shared-sqlite --with-assert=hard --enable-warnings
   - make -j4
-  - make check
+  - "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then make check; fi"
   - make install
   - "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then make -C doc/oper-guide html man info; fi"