From 8dc057112e43a979bb23683c7d5225cd48c036db Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 26 Apr 2015 10:31:08 -0700 Subject: appveyor - use nmake for build and test. --- appveyor.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5c6dc65..d1c24e2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,13 +9,7 @@ install: - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" build_script: - - | - mkdir build 2> nul - cd build - cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE="Release" -D CMAKE_INSTALL_PREFIX="windows" .. - nmake /nologo + - 'nmake' test_script: - - | - nmake /nologo test - + - 'nmake test' -- cgit v1.2.3