mirror of
https://github.com/neovim/neovim.git
synced 2026-02-02 01:54:28 +00:00
- 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
|