From: Francois-Xavier Le Bail Date: Tue, 14 Aug 2018 21:00:39 +0000 (+0200) Subject: Travis CI: Create .devel for both autotools and CMake X-Git-Tag: tcpdump-4.99-bp~1053 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/e031e7298598f27a979ee01c7ccd7b6bdd9e1f5e Travis CI: Create .devel for both autotools and CMake That way, we do development builds for CMake as well, and get the warnings turned up. --- diff --git a/.travis.yml b/.travis.yml index 881d957e..a2265ce1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,7 +87,7 @@ before_script: script: - if [ "$COVERITY_SCAN_BRANCH" = 1 ]; then exit 0; fi - if [ "$TRAVIS_OS_NAME" = osx ]; then OSX_SSL_DIR=$(ls /usr/local/Cellar/openssl); echo "OSX_SSL_DIR=$OSX_SSL_DIR"; fi - - if [ "$CMAKE" = no ]; then touch .devel configure; fi + - touch .devel configure - if [ "$CMAKE" = no ]; then echo '$ ./configure [...]' && echo -n travis_fold:start:script.configure; fi - if [ "$CMAKE" = no ]; then ./configure --with-crypto=${CRYPTO} CPPFLAGS="-I/usr/local/Cellar/openssl/$OSX_SSL_DIR/include/" --prefix=/tmp; fi - if [ "$CMAKE" = no ]; then echo -n travis_fold:end:script.configure; fi