travis: skip Autotools style testing for cmake

Fix cmake test build by skipping autotools portion of test script.
pull/184/head
Brad House 7 years ago
parent 58582cd6ae
commit 349fe118b6
  1. 2
      travis/test.sh

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
set -e set -e
if [ "$BUILD_TYPE" != "ios" -a "$BUILD_TYPE" != "analyse" ]; then if [ "$BUILD_TYPE" != "ios" -a "$BUILD_TYPE" != "analyse" -a "$BUILD_TYPE" != "cmake" ]; then
$TEST_WRAP ./adig www.google.com $TEST_WRAP ./adig www.google.com
$TEST_WRAP ./acountry www.google.com $TEST_WRAP ./acountry www.google.com
$TEST_WRAP ./ahost www.google.com $TEST_WRAP ./ahost www.google.com

Loading…
Cancel
Save