]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Travis CI: Fix folding the 'configure' output
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 14 Aug 2018 20:55:10 +0000 (22:55 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 14 Aug 2018 20:55:10 +0000 (22:55 +0200)
.travis.yml

index 26c1b92f0aa28e87a37b64bcdadd4ab9bff63c72..909abd2309093b3ef82c4abf4ccafd45c7394098 100644 (file)
@@ -90,10 +90,10 @@ script:
   - if [ "$CMAKE" = no ]; then touch .devel configure; fi
   - 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
   - if [ "$CMAKE" = yes ]; then mkdir build; fi
   - if [ "$CMAKE" = yes ]; then cd build; fi
   - if [ "$CMAKE" = yes ]; then cmake -DCMAKE_PREFIX_PATH=/tmp -DCMAKE_INSTALL_PREFIX=/tmp ..; fi
-  - echo -n travis_fold:end:script.configure
   - make -s
   - echo '$ make install [...]' && echo -n travis_fold:start:script.make_install
   - PATH=$PATH make install