]> jfr.im git - solanum.git/blobdiff - .travis.yml
Fix compiler warning for SeesOper
[solanum.git] / .travis.yml
index 8bf242dde2fc23130a9023e6c6ed24dee2684391..404f955db02ea1a1d64011e5a7a43c3b80d0d603 100644 (file)
@@ -53,7 +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
+  - "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"