From 365aa635096277487dff71591a9ffc7aeb2896f6 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Wed, 10 Aug 2016 07:44:11 +0100 Subject: Push artifacts to binary store per commit --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3