summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-27 14:10:56 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-27 14:10:56 +0200
commit5557a6ae81ae12717f3095a8a0dc192ba5cf36e7 (patch)
tree2f39be90330b2bb5033cf9a11079be283592f652 /.appveyor.yml
parentdac99451d949073ccbbadb1488f9a5bb4a1c437d (diff)
Added vcvarsall to AppVeyor and added AppVeyor icons to README
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 4 insertions, 0 deletions
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