summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-28 20:56:49 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-28 20:56:49 +0200
commit33dddd3ff18fcee1cb79394ebc947227dc457395 (patch)
tree25b4b1a890c21e9294ccdcdacada7aec86426b4d /.appveyor.yml
parenta003cc2f2cb37ad0c2c432f4c8514918319716fe (diff)
Changed the AppVeyor buildscript to use nmake instead of 'cmake --build' (2)
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 7c3107bd..8597e43e 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -47,7 +47,7 @@ before_build:
- ps: mkdir $env:CLBLAST_ROOT
- ps: pushd $env:CLBLAST_ROOT
- ps: mkdir install_dir
- - cmake -G "Visual Studio 14 Win64" -DCMAKE_INSTALL_PREFIX=install_dir -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DTESTS=ON -DCLIENTS=ON -DSAMPLES=ON %APPVEYOR_BUILD_FOLDER%
+ - cmake -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=install_dir -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DTESTS=ON -DCLIENTS=ON -DSAMPLES=ON %APPVEYOR_BUILD_FOLDER%
build_script:
- nmake