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 02:19:28 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-06-24 02:19:28 +0300
commit7b50437109eab2007b6e3cd2b41bb6b0cdd49488 (patch)
tree45922165fe2a505c8ddce7a12ec67cf179a7e860
parentb51cd6c70754d63bd191999ae8003dca552a692d (diff)
Hopefully fix binary upload on Travis
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 9da39a5f..84d65b19 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,8 +91,6 @@ script:
if [ "$__" = "cmake tests" ] || [ "$__" = "cmake tests (error_code)" ] || [ "$__" = "cmake tests (status_code)" ]; then
export ASAN_OPTIONS=detect_leaks=0;
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
-
if [ "$__" = "Documentation" ]; then
@@ -124,12 +122,12 @@ after_success:
- if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "$CXX" = "clang++-4.0" ] && [ "$__" = "cmake tests (error_code)" ]; then
NEWNAME=afio-v2.0-binaries-linux64-$TRAVIS_COMMIT.tgz;
mv afio-v2.0-binaries-linux64.tgz $NEWNAME;
- curl -T $NEWNAME -u jenkins-nedprod:$JENKINS_NEDPROD_PASSWORD https://dedi5.nedprod.com/static/files/upload/; fi;
+ curl -T $NEWNAME -u jenkins-nedprod:$JENKINS_NEDPROD_PASSWORD https://dedi5.nedprod.com/static/files/upload/;
fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
NEWNAME=afio-v2.0-binaries-darwin64-$TRAVIS_COMMIT.tgz;
mv afio-v2.0-binaries-darwin64.tgz $NEWNAME;
- curl -T $NEWNAME -u jenkins-nedprod:$JENKINS_NEDPROD_PASSWORD https://dedi5.nedprod.com/static/files/upload/; fi;
+ curl -T $NEWNAME -u jenkins-nedprod:$JENKINS_NEDPROD_PASSWORD https://dedi5.nedprod.com/static/files/upload/;
fi
after_failure: