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
This commit is contained in:
Sergei Nikulov 2020-10-14 10:00:00 +03:00 committed by Daniel Stenberg
parent 9386e2a37a
commit 9f43b28f78
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 0 deletions

View File

@ -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