From 80ed0e17f695be792a7948924c9e33b791e2fd41 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Apr 2015 12:52:43 -0700 Subject: appveyor.yml - set up for using nmake. --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index a04b953..f1c75b8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,10 @@ environment: PYTHON_VERSION: "3.4.1" PYTHON_ARCH: "32" +# set up for nmake: +install: + - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64' + build_script: - | mkdir build 2> nul -- cgit v1.2.3