summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-26 10:31:08 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-26 10:31:08 -0700
commit8dc057112e43a979bb23683c7d5225cd48c036db (patch)
tree2a1e2cf62fad4e53b8aca2f9b266c05b765b5f7d /appveyor.yml
parent2e8143599001e1cb373cd3ae95a9c23d7f8bcc03 (diff)
appveyor - use nmake for build and test.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml10
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'