summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-07-30 18:19:46 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-07-30 18:19:46 +0200
commite6f938e0e9fd11003bd4ed7a6993951b064a8dfa (patch)
tree6c81b2de1ef3cca97c520bba9b347040a467e587 /.appveyor.yml
parent18d832e1493eaf2af8cb04328ebd2172cb085686 (diff)
Improved deployment procedure of automatic builds
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 a7742fa5..e5dff100 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -3,6 +3,7 @@ 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
@@ -58,8 +59,8 @@ build_script:
after_build:
- ps: pushd $env:CLBLAST_BUILD
- - 7z a CLBlast-Windows-x64.zip .\install_dir\*
- - ps: mv CLBlast-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
+ - 7z a CLBlast-$env:CLBLAST_BUILD-Windows-x64.zip .\install_dir\*
+ - ps: mv CLBlast-$env:CLBLAST_BUILD-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
artifacts:
- path: '*.zip'