From 5d5e3f93bca53ac5069a3de8ede56b89a536bccc Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 8 Nov 2017 21:30:06 +0100 Subject: Updated to CLBlast version 1.2.0 --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.appveyor.yml') 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' -- cgit v1.2.3