From 9f43b28f783cc8f7464492a0b5b9dd35c1625fde Mon Sep 17 00:00:00 2001 From: Sergei Nikulov Date: Wed, 14 Oct 2020 10:00:00 +0300 Subject: 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 --- scripts/travis/script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh index 4b7b7bb0a..77be8971c 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 -- cgit v1.2.1