summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-11-08 21:30:06 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-11-08 21:30:06 +0100
commit5d5e3f93bca53ac5069a3de8ede56b89a536bccc (patch)
tree2e1e77b6f308f82c462f570d76f328e0a44162ba /.appveyor.yml
parentd24138808b42368a4dfe67fc9bdef546b6c358e8 (diff)
Updated to CLBlast version 1.2.0
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 0aefffb7..9858e1fc 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -58,8 +58,8 @@ build_script:
after_build:
- ps: pushd $env:CLBLAST_BUILD
- - 7z a CLBlast-1.1.0-Windows-x64.zip .\install_dir\*
- - ps: mv CLBlast-1.1.0-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
+ - 7z a CLBlast-1.2.0-Windows-x64.zip .\install_dir\*
+ - ps: mv CLBlast-1.2.0-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
artifacts:
- path: '*.zip'