summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-30 17:19:17 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-30 17:19:17 +0200
commitf4c4674cf66180dd71d140c4bfa9758a0e8ac86f (patch)
treeb7d0ed6c246dbbc222043b026ee410301306c054 /.appveyor.yml
parent0d8313708ca84f5338f405ae9b3261188e87b6f7 (diff)
Updated to version 1.1.0
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index adb1860b..484f5164 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,5 +1,6 @@
environment:
global:
+ CLBLAST_VERSION: "1.1.0"
CLBLAST_BUILD: "C:\\clblast\\build"
OPENCL_REGISTRY: "https://www.khronos.org/registry/cl"
OPENCL_ROOT: "C:\\dependencies\\opencl"
@@ -58,8 +59,8 @@ build_script:
after_build:
- ps: pushd $env:CLBLAST_BUILD
- - 7z a CLBlast-1.0.0-Windows-x64.zip .\install_dir\*
- - ps: mv CLBlast-1.0.0-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
+ - 7z a CLBlast-$env:CLBLAST_VERSION-Windows-x64.zip .\install_dir\*
+ - ps: mv CLBlast-$env:CLBLAST_VERSION-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
artifacts:
- path: '*.zip'