summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0693d74f..8d7c798c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,9 +43,10 @@ script:
after_success:
- pushd ${TRAVIS_BUILD_DIR}/bin
- - rm ${CLBLAST_INSTALL}/clblast_client_*
- - rm ${CLBLAST_INSTALL}/clblast_test_*
- - tar -cvf ${CLBLAST_TAR} ${CLBLAST_INSTALL}
+ - rm ${CLBLAST_INSTALL}/bin/clblast_client_*
+ - rm ${CLBLAST_INSTALL}/bin/clblast_test_*
+ - tar -cvf ${CLBLAST_TAR} CLBlast-${CLBLAST_VERSION}
+ - cp ${CLBLAST_TAR} ${TRAVIS_BUILD_DIR}
branches:
only: