summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-06-03 13:18:05 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-06-03 13:18:05 +0200
commit4471b67735fecc8089df638cc06c2d5bd3cd3d2c (patch)
treebab98d7492e891f47cff8fcd2d1d6d70ecef24a2 /.appveyor.yml
parentfee8df153cdb0ed419252ef3f525aabd1bee875f (diff)
Updated to CLBlast version 1.4.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 3feb175c..db99d08a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -57,8 +57,8 @@ build_script:
after_build:
- ps: pushd $env:CLBLAST_BUILD
- - 7z a CLBlast-1.3.0-Windows-x64.zip .\install_dir\*
- - ps: mv CLBlast-1.3.0-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
+ - 7z a CLBlast-1.4.0-Windows-x64.zip .\install_dir\*
+ - ps: mv CLBlast-1.4.0-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
artifacts:
- path: '*.zip'