summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-28 20:48:23 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-28 20:48:23 +0200
commita003cc2f2cb37ad0c2c432f4c8514918319716fe (patch)
tree6e2f52e39aff38c2e985f77565bb69e165bfacd0 /.appveyor.yml
parent743da1b3fc9acdf64ef01c54db2186007eb7a239 (diff)
Changed the AppVeyor buildscript to use nmake instead of 'cmake --build'
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index ac525f06..7c3107bd 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -50,8 +50,8 @@ before_build:
- cmake -G "Visual Studio 14 Win64" -DCMAKE_INSTALL_PREFIX=install_dir -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DTESTS=ON -DCLIENTS=ON -DSAMPLES=ON %APPVEYOR_BUILD_FOLDER%
build_script:
- - cmake --build .
- - cmake --build . --target install
+ - nmake
+ - nmake install
after_build:
- ps: pushd $env:CLBLAST_ROOT