]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Travis CI: Create .devel for both autotools and CMake
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 14 Aug 2018 21:00:39 +0000 (23:00 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 14 Aug 2018 21:00:39 +0000 (23:00 +0200)
That way, we do development builds for CMake as well, and get the
warnings turned up.

.travis.yml

index 881d957e7c95461580ef25eb4882a697592caef9..a2265ce1e1631d767ec6843dd046f36acfd0eb9a 100644 (file)
@@ -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