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-06-24 01:21:15 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-06-24 01:21:15 +0300
commit6c57f22d84b8c298422f45878d71e3e985db2322 (patch)
tree3a6a171f6b45653d9bb8d8835389d763b899233e
parentdfd3d13d89701e76bb7cf5e3dbb840bea0a49d4f (diff)
travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index afc4ca10..b718521c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,6 +90,7 @@ script:
-
if [ "$__" = "cmake tests" ] || [ "$__" = "cmake tests (error_code)" ] || [ "$__" = "cmake tests (status_code)" ]; then
ctest -S .ci.cmake -V --timeout 300 -DCTEST_CONFIGURE_OPTIONS=$CMAKE_CONFIGURE_OPTIONS ;
+ export LSAN_OPTIONS=verbosity=1:log_threads=1:log_pointers=1;
prebuilt/bin/afio_sl-asan-current_path;
fi
-