diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-08-09 20:47:16 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-08-10 17:15:41 +0200 |
commit | 9b22dcac8d1b29d51170757ae9ebc749675459d3 (patch) | |
tree | 6814621958e06a07e08d671a94fed81ae9529674 /.travis.yml | |
parent | a386f6baf2fac3add3ae640f0b586a9b9b3d87d3 (diff) | |
download | tcpdump-9b22dcac8d1b29d51170757ae9ebc749675459d3.tar.gz |
Travis CI: Update cmake builds with or without crypto
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e161bbb5..1dabf674 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,7 +107,7 @@ script: - if [ "$CMAKE" = yes ]; then mkdir build; fi - if [ "$CMAKE" = yes ]; then cd build; fi - if [ "$CMAKE" = yes ]; then echo travis_fold:start:script.cmake; fi - - if [ "$CMAKE" = yes ]; then cmake -DCMAKE_PREFIX_PATH=/tmp -DCMAKE_INSTALL_PREFIX=/tmp ..; fi + - if [ "$CMAKE" = yes ]; then cmake -DWITH_CRYPTO="$CRYPTO" -DCMAKE_PREFIX_PATH=/tmp -DCMAKE_INSTALL_PREFIX=/tmp ..; fi - if [ "$CMAKE" = yes ]; then echo -n travis_fold:end:script.cmake; fi - make -s CFLAGS=-Werror - echo '$ make install [...]' && echo travis_fold:start:script.make_install |