gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 298/411: CI/tests: enable test target on TravisCI for CMake buil


From: gnunet
Subject: [gnurl] 298/411: CI/tests: enable test target on TravisCI for CMake builds
Date: Wed, 13 Jan 2021 01:21:53 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 9f43b28f783cc8f7464492a0b5b9dd35c1625fde
Author: Sergei Nikulov <sergey.nikulov@gmail.com>
AuthorDate: Wed Oct 14 10:00:00 2020 +0300

    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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]