aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Abreu Ferreira <rap-ep@gmx.com>2016-08-01 13:16:08 +0100
committerRui Abreu Ferreira <raf-ep@gmx.com>2016-08-09 13:14:43 +0100
commit6348864e296e7fc07762b4896dfdf7c7e2d5891b (patch)
tree56c4786a934535e2ab1a5766f1d82b7760dff372
parente30b2c2054442ca2f23dcfb5c58a70351d0c00e3 (diff)
downloadrneovim-6348864e296e7fc07762b4896dfdf7c7e2d5891b.tar.gz
rneovim-6348864e296e7fc07762b4896dfdf7c7e2d5891b.tar.bz2
rneovim-6348864e296e7fc07762b4896dfdf7c7e2d5891b.zip
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).
-rw-r--r--.ci/msys_build.bat4
-rw-r--r--appveyor.yml15
2 files changed, 6 insertions, 13 deletions
diff --git a/.ci/msys_build.bat b/.ci/msys_build.bat
index bf77b5bd34..490c8b6830 100644
--- a/.ci/msys_build.bat
+++ b/.ci/msys_build.bat
@@ -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 ..
diff --git a/appveyor.yml b/appveyor.yml
index 26008bbed3..53a0ca5eb3 100644
--- a/appveyor.yml
+++ b/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