From 5557a6ae81ae12717f3095a8a0dc192ba5cf36e7 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Mon, 27 Jun 2016 14:10:56 +0200 Subject: Added vcvarsall to AppVeyor and added AppVeyor icons to README --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 586fb8e0..1f6cec56 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,6 +7,10 @@ environment: platform: - x64 +init: + - cmake --version + - C:\"Program Files (x86)"\"Microsoft Visual Studio 14.0"\VC\vcvarsall.bat %PLATFORM% + # Creates an OpenCL library to link against. Taken from clMathLibraries/clBLAS install: - ps: mkdir $env:OPENCL_ROOT -- cgit v1.2.3