summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2016-06-28 16:38:45 +0200
committerCNugteren <web@cedricnugteren.nl>2016-06-28 16:38:45 +0200
commit871b576c06415abf6faf4d3ac54e11621e487e72 (patch)
treec9b0a754d2a045bac3902fc9baf48406f9f977d0 /.appveyor.yml
parent2c031f3e1d8f57f121e2d6d5d988f689ca921e6e (diff)
Made it possible to build the clients and tests on Windows using Visual Studio
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index d6540815..08f186ec 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -46,7 +46,7 @@ install:
before_build:
- ps: mkdir $env:CLBLAST_ROOT
- ps: pushd $env:CLBLAST_ROOT
- - cmake -G"Visual Studio 14 Win64" -DSAMPLES=ON %APPVEYOR_BUILD_FOLDER%
+ - cmake -G "Visual Studio 14 Win64" -DTESTS=ON -DCLIENTS=ON -DSAMPLES=ON %APPVEYOR_BUILD_FOLDER%
build_script:
- cmake --build .