mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
eb2d547bd5
- 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
11 lines
164 B
YAML
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
|