mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
Appveyor: Generate helptags and build artifacts
Build the default CMake target now that helptag generation is working again. For build artifacts create a zip file with an instalation of Neovim (generated by cpack).
This commit is contained in:
parent
e30b2c2054
commit
6348864e29
@ -13,9 +13,7 @@ set PATH=C:\msys64\mingw%BITS%\bin;C:\Windows\System32;C:\Windows;%PATH%
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release .. || goto :error
|
||||
:: FIXME(equalsraf): for now just build nvim and copy DLLs.
|
||||
:: We can't generate the helptags just yet (#810 fixes this)
|
||||
mingw32-make nvim_dll_deps VERBOSE=1 || goto :error
|
||||
mingw32-make VERBOSE=1 || goto :error
|
||||
bin\nvim --version || goto :error
|
||||
cd ..
|
||||
|
||||
|
15
appveyor.yml
15
appveyor.yml
@ -14,14 +14,9 @@ install: []
|
||||
build_script:
|
||||
- if defined BUILD_DEPS_SCRIPT call %BUILD_DEPS_SCRIPT%
|
||||
- call %BUILD_SCRIPT%
|
||||
# FIXME(equalsraf): don't generate artifacts until the
|
||||
# build script builds the main target, for now pack bin/
|
||||
artifacts:
|
||||
- path: build/bin
|
||||
# Build artifacts
|
||||
#- cd build
|
||||
#- '"%CPACK%" -G NSIS -C Release'
|
||||
#- '"%CPACK%" -G ZIP -C Release'
|
||||
#artifacts:
|
||||
#- path: build/Neovim.zip
|
||||
#- path: build/Neovim.exe
|
||||
- cd build
|
||||
- '"%CPACK%" -G NSIS -C Release'
|
||||
- '"%CPACK%" -G ZIP -C Release'
|
||||
artifacts:
|
||||
- path: build/Neovim.zip
|
||||
|
Loading…
Reference in New Issue
Block a user