]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI/tests: enable test target on TravisCI for CMake builds
authorSergei Nikulov <sergey.nikulov@gmail.com>
Wed, 14 Oct 2020 07:00:00 +0000 (10:00 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Nov 2020 10:18:06 +0000 (11:18 +0100)
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

index 4b7b7bb0ab86b225fbb361d10b9d71fb69b200d6..77be8971ca977ce1adbf5e24b910ae23bf1c9ab0 100755 (executable)
@@ -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