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:
-rw-r--r--.ci.cmake2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 6f4cac76..b7de46a7 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -15,7 +15,7 @@ ctest_update()
ctest_configure()
ctest_build(TARGET _dl)
ctest_build(TARGET _sl)
-ctest_test(RETURN_VALUE retval EXCLUDE "afio_hl")
+ctest_test(RETURN_VALUE retval EXCLUDE "afio_hl|shared_fs_mutex")
if(WIN32)
if(EXISTS prebuilt/bin/Release/afio_dl-2.0-Windows-x64-Release.dll)
checked_execute_process("Tarring up binaries"
diff --git a/.travis.yml b/.travis.yml
index 2e9f54ce..8b3590e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,7 +73,7 @@ script:
if [ "$__" = "cmake tests" ]; then
if [ "$CXX" = "g++" ]; then export CXX=g++-7; export NAME=TravisLinuxWorkerGCC; fi;
if [ "$CXX" = "clang++" ]; then export CXX=clang++-4.0; export NAME=TravisLinuxWorkerClang; fi;
- ctest -S .ci.cmake -V --timeout 300 -E shared_fs_mutex;
+ ctest -S .ci.cmake -V --timeout 300;
fi
-
if [ "$__" = "Documentation" ]; then