Try and get nmake to work in AppVeyor

This commit is contained in:
w0rp 2017-09-05 22:32:34 +01:00
parent 5239ef9c83
commit 8595fcdeb9
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
---
init:
# Set up the build environment
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd"
/x64 /release'
# Build Vim
- cd C:\
- git clone https://github.com/vim/vim