Try and set up appveyor for building Vim

This commit is contained in:
w0rp 2017-09-05 22:26:14 +01:00
parent edfe65a22c
commit 5239ef9c83
1 changed files with 13 additions and 0 deletions

13
.appveyor.yml Normal file
View File

@ -0,0 +1,13 @@
---
init:
# Build Vim
- cd C:\
- git clone https://github.com/vim/vim
- cd vim
- git checkout v8.0.0027
- cd src
- 'nmake -f Make_mvc2.mak CPU=AMD64 OLE=no GUI=no IME=yes MBYTE=yes
ICONV=yes DEBUG=no FEATURES=NORMAL'
test_script:
- echo hello world