summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-07-30 18:34:39 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-07-30 18:34:39 +0200
commit6ceb9b71526e3a51b71b79e26e05cb14b32472af (patch)
tree9810e3c199b437050bf7feaf993bfe08b4a75fa1 /.travis.yml
parente6f938e0e9fd11003bd4ed7a6993951b064a8dfa (diff)
Fixes to AppVeyor and Travis scripts
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: