neovim/appveyor.yml
Rui Abreu Ferreira eb2d547bd5 build: Refactor appveyor/Windows scripts (#5244)
- Join all msys build scripts into one
- Clean up appveyor.yml and generate installer for tagged builds

A side effect of the cosmetic changes is that appveyor artifact
permalinks are easier to use, e.g. for the latest zip in the
master branch

    https://ci.appveyor.com/api/projects/neovim/neovim/artifacts/build/Neovim.zip?branch=master&job=Configuration%3A%20MINGW_64
2016-08-26 01:38:46 -04:00

11 lines
164 B
YAML

version: '{build}'
configuration:
- MINGW_64
- MINGW_32
install: []
build_script:
- call .ci\build.bat
artifacts:
- path: build/Neovim.zip
- path: build/Neovim.exe