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>2018-08-15 23:13:10 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-08-15 23:13:10 +0300
commite3df6f2a626498609ef79af041adff7cad72a34e (patch)
tree16ad1608a6293870834d9188f101d42acb227db3 /.ci.cmake
parent83b7ad9bfda9af36414d8d6acac454288cb90a3a (diff)
Fix status code edition failing to build.
Disable symlink tests on Appveyor
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake7
1 files changed, 6 insertions, 1 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 99a4acf5..2a2b0962 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -15,7 +15,12 @@ ctest_update()
ctest_configure(OPTIONS ${CTEST_CONFIGURE_OPTIONS})
ctest_build(TARGET _dl)
ctest_build(TARGET _sl)
-ctest_test(RETURN_VALUE retval EXCLUDE "llfio_hl|shared_fs_mutex")
+if(WIN32)
+ # Appveyor's Windows version doesn't permit unprivileged creation of symbolic links
+ ctest_test(RETURN_VALUE retval EXCLUDE "llfio_hl|shared_fs_mutex|symlink")
+else()
+ ctest_test(RETURN_VALUE retval EXCLUDE "llfio_hl|shared_fs_mutex")
+endif()
if(WIN32)
if(EXISTS "prebuilt/bin/Release/llfio_dl-2.0-Windows-x64-Release.dll")
checked_execute_process("Tarring up binaries 1"