Changed the AppVeyor buildscript to use nmake instead of 'cmake --build' (2)

This commit is contained in:
Cedric Nugteren 2016-06-28 20:56:49 +02:00
parent a003cc2f2c
commit 33dddd3ff1

View file

@ -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