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 00:41:50 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-06-24 00:41:50 +0300
commitdfd3d13d89701e76bb7cf5e3dbb840bea0a49d4f (patch)
tree057b4f0f64cbf16d5fda9ce36455dccd7696253e
parent08b47fc848b9bcc5a50acb14114242f2e0b96e6d (diff)
Try running one of the asan programs on Travis to see why it's failing
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4440340c..afc4ca10 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 ;
+ prebuilt/bin/afio_sl-asan-current_path;
fi
-
if [ "$__" = "Documentation" ]; then