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>2017-08-16 19:23:50 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-16 19:23:50 +0300
commit38e8d387570ea167021bb0aa71edfc0e4f997836 (patch)
treeb8062e1ef4fde93bfb600f50f5454d465fc2c0ea /.ci.cmake
parent395378bb33ff2d8e7f9c4c5b81b6a75881b5f0a6 (diff)
Restore asan testing 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 6b0796d1..081c2b77 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -47,7 +47,7 @@ else()
get_filename_component(toupload afio_v2_binaries_linux64.tgz ABSOLUTE)
endif()
endif()
-if(CLANG)
+if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
ctest_build(TARGET _sl-asan)
set(CTEST_CONFIGURATION_TYPE "asan")
ctest_test(RETURN_VALUE retval2 INCLUDE "afio_sl" EXCLUDE "shared_fs_mutex")