From: Sergei Nikulov Date: Wed, 14 Oct 2020 07:00:00 +0000 (+0300) Subject: CI/tests: enable test target on TravisCI for CMake builds X-Git-Tag: curl-7_74_0~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f43b28f783cc8f7464492a0b5b9dd35c1625fde;p=thirdparty%2Fcurl.git CI/tests: enable test target on TravisCI for CMake builds Added test-nonflaky target to CMake builds Disabled test 1139 because the cmake build doesn't create docs/curl.1 Closes #6074 --- diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh index 4b7b7bb0ab..77be8971ca 100755 --- a/scripts/travis/script.sh +++ b/scripts/travis/script.sh @@ -106,6 +106,7 @@ fi if [ "$T" = "cmake" ]; then cmake -H. -Bbuild -DCURL_WERROR=ON $C cmake --build build + env TFLAGS="!1139" cmake --build build --target test-nonflaky fi if [ "$T" = "distcheck" ]; then