summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-05 22:32:34 +0100
committerw0rp <devw0rp@gmail.com>2017-09-05 22:32:34 +0100
commit8595fcdeb958f39ba82f383ef9537dbde81b8164 (patch)
tree68b247120d721081424ee0ba9a640531cf33bbab /.appveyor.yml
parent5239ef9c83db2b3681e9c52abd48d38ac4a537a3 (diff)
downloadale-8595fcdeb958f39ba82f383ef9537dbde81b8164.zip
Try and get nmake to work in 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 a8b624ea..39089127 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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