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-22 17:11:21 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-06-22 17:11:21 +0300
commitc962f9acc4fa3732b2f646fd0d9041a4c3cc36a3 (patch)
treee5e3dd02ccdbdd8754bce9e3f4965e00df34cf60 /.ci.cmake
parent35033e4699d3356db509e49cb84962679e5c74f5 (diff)
Disable the status code builds entirely on Mac OS.
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 1176048d..094f102e 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -100,7 +100,7 @@ else()
endif()
set(retval2 0)
set(retval3 0)
-if(NOT CTEST_DISABLE_TESTING AND NOT APPLE) # Recent XCode has a parse bug for asan and ubsan
+if(NOT CTEST_DISABLE_TESTING)
if(("$ENV{CXX}" MATCHES "clang") OR ("$ENV{CXX}" MATCHES "g\\+\\+"))
if("$ENV{CXX}" MATCHES "clang")
ctest_build(TARGET _sl-asan)