Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-06-24 15:57:08 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-06-24 15:57:08 +0300
commit84c669a7c4027856959cee098d5c0e95b7643f17 (patch)
tree95a97f2bb87863e7ce78c7021836a58bd0ded271 /.ci.cmake
parentc962f9acc4fa3732b2f646fd0d9041a4c3cc36a3 (diff)
Try to work around the CI failure on Travis.
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 094f102e..923c92cd 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -100,7 +100,7 @@ else()
endif()
set(retval2 0)
set(retval3 0)
-if(NOT CTEST_DISABLE_TESTING)
+if(NOT CTEST_DISABLE_TESTING AND NOT APPLE) # Travis takes too long :(
if(("$ENV{CXX}" MATCHES "clang") OR ("$ENV{CXX}" MATCHES "g\\+\\+"))
if("$ENV{CXX}" MATCHES "clang")
ctest_build(TARGET _sl-asan)