summaryrefslogtreecommitdiff
path: root/.appveyor.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 /.appveyor.yml
parente6f938e0e9fd11003bd4ed7a6993951b064a8dfa (diff)
Fixes to AppVeyor and Travis scripts
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index e5dff100..adb1860b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -3,7 +3,6 @@ environment:
CLBLAST_BUILD: "C:\\clblast\\build"
OPENCL_REGISTRY: "https://www.khronos.org/registry/cl"
OPENCL_ROOT: "C:\\dependencies\\opencl"
- CLBLAST_VERSION: "1.0.0"
platform:
- x64
@@ -59,8 +58,8 @@ build_script:
after_build:
- ps: pushd $env:CLBLAST_BUILD
- - 7z a CLBlast-$env:CLBLAST_BUILD-Windows-x64.zip .\install_dir\*
- - ps: mv CLBlast-$env:CLBLAST_BUILD-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
+ - 7z a CLBlast-1.0.0-Windows-x64.zip .\install_dir\*
+ - ps: mv CLBlast-1.0.0-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
artifacts:
- path: '*.zip'