ale/.appveyor.yml

21 lines
488 B
YAML
Raw Normal View History

---
install:
# Stop git from changing newlines
- git config --global core.autocrlf input
2017-09-05 21:32:34 +00:00
# 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
- cd vim
- git checkout v8.0.0027
- cd src
2017-09-05 21:34:31 +00:00
- 'nmake -f Make_mvc.mak CPU=AMD64 OLE=no GUI=no IME=yes MBYTE=yes
ICONV=yes DEBUG=no FEATURES=NORMAL'
clone_depth: 10
test_script:
- echo hello world