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>2016-08-10 09:44:11 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-10 09:44:11 +0300
commit365aa635096277487dff71591a9ffc7aeb2896f6 (patch)
treef4db53b431002bc5c3dea8e4a015a65f72b62715 /.travis.yml
parentd9c75443844eef8566a76603244bbe552ffcf921 (diff)
Push artifacts to binary store per commit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 81db15ee..4ff50db8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,8 +56,7 @@ script:
if [ "$__" = "cmake tests" ]; then
TARNAME=boost.afio-v2.0-source-`date +%Y%m%d%H%M`.tar.xz;
tar cfJ ../$TARNAME . --exclude llvm* --exclude .git;
- CXX=g++-6 ctest -S .ci.cmake -V;
- # && curl --data-binary @../$TARNAME https://dedi4.nedprod.com/static/files/upload/$TARNAME;
+ CXX=g++-6 ctest -S .ci.cmake -V && curl -u jenkins-nedprod:$JENKINS_NEDPROD_PASSWORD --data-binary @../$TARNAME https://dedi4.nedprod.com/static/files/upload/$TARNAME;
fi
-
if [ "$__" = "Documentation" ]; then