From 8595fcdeb958f39ba82f383ef9537dbde81b8164 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 5 Sep 2017 22:32:34 +0100 Subject: [PATCH] Try and get nmake to work in AppVeyor --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) 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