mirror of
https://github.com/curl/curl.git
synced 2026-07-23 16:17:21 +03:00
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:
parent
9386e2a37a
commit
9f43b28f78
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue