diff options
-rw-r--r-- | appveyor.yml | 10 |
1 files 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' |