From c6222ca227948b598f58cc26a47c4227baeb1b37 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Apr 2015 12:17:06 -0700 Subject: Added build_script to appveyor --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'appveyor.yml') 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' -- cgit v1.2.3