summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-07-14 12:29:06 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-07-14 12:29:06 +0200
commitdb179a1e40a3ea37e5dd8ad293aad9b651947668 (patch)
tree287839c7a6fccb3fdfa4f157ce9018f35e897cc7 /.appveyor.yml
parentf72620f47453a98b199f94ca39ff7d410d571684 (diff)
Updated to CLBlast version 1.4.1
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 db99d08a..f07f2971 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -57,8 +57,8 @@ build_script:
after_build:
- ps: pushd $env:CLBLAST_BUILD
- - 7z a CLBlast-1.4.0-Windows-x64.zip .\install_dir\*
- - ps: mv CLBlast-1.4.0-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
+ - 7z a CLBlast-1.4.1-Windows-x64.zip .\install_dir\*
+ - ps: mv CLBlast-1.4.1-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
artifacts:
- path: '*.zip'