diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-25 12:52:43 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-25 12:52:43 -0700 |
commit | 80ed0e17f695be792a7948924c9e33b791e2fd41 (patch) | |
tree | 3e5a8ce55ab6cb05fabb97ec4488c5f8098efc1e /appveyor.yml | |
parent | 71018bfb292d58cbe0d5ae06fcb1b1b6c80ad02a (diff) |
appveyor.yml - set up for using nmake.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |