summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-25 12:17:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-25 12:17:06 -0700
commitc6222ca227948b598f58cc26a47c4227baeb1b37 (patch)
tree660113ea9426c4ad1f7c9f8d8f08a23f620ba930 /appveyor.yml
parent36a19891dd92a93fd77b94cafc0de3242545e7cd (diff)
Added build_script to appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 02721e6..dcf15d7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,6 +6,9 @@ environment:
configuration:
- Release
+build_script:
+ - '@nmake.exe /nologo /f Makefile.nmake all'
+
test_script:
- '@nmake.exe /nologo /f Makefile.nmake test'