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>2016-09-05 19:49:32 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-09-05 19:49:32 +0300
commit7655ffd67a7848a44b1ba38dd45998eb9595e8e4 (patch)
treee371f1d25d69ebab907554a739c62f456ee6456c /.ci.cmake
parent98b05c5e8d5af03254df561e2f1d11cc8114ab10 (diff)
Try excluding the _hl tests on the CI in lieu of figuring out why the Visual Studio cmake generator isn't generating the _hl metatarget
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 c352974f..a2ddf2cc 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -24,7 +24,7 @@ ctest_start("Experimental")
ctest_configure()
ctest_build(TARGET _dl)
ctest_build(TARGET _sl)
-ctest_test(RETURN_VALUE retval)
+ctest_test(RETURN_VALUE retval EXCLUDE afio_hl)
merge_junit_results_into_ctest_xml()
if(WIN32)
if(EXISTS build/bin/Release/afio_dl-2.0-Windows-x64-Release.dll)