[Groonga-commit] groonga/groonga at 03ba0ea [master] appveyor: install groonga-admin (#918)

Back to archive index
Kentaro Hayashi null+****@clear*****
Wed Apr 3 10:18:08 JST 2019


Kentaro Hayashi	2019-04-03 10:18:08 +0900 (Wed, 03 Apr 2019)

  Revision: 03ba0ea9d6c0c3bfbbda68fb422ced2c67c39ce2
  https://github.com/groonga/groonga/commit/03ba0ea9d6c0c3bfbbda68fb422ced2c67c39ce2

  Message:
    appveyor: install groonga-admin (#918)

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+6 -0)
===================================================================
--- appveyor.yml    2019-04-03 10:17:25 +0900 (ca49cb2ad)
+++ appveyor.yml    2019-04-03 10:18:08 +0900 (5074e9356)
@@ -37,6 +37,7 @@ init:
 install:
   - set PATH=C:\Ruby25-x64\bin;%PATH%
   - set PATH=C:\msys64\usr\bin;%PATH%
+  - choco install -y curl 7zip.commandline
   - if "%VS_VERSION%" == "15" if "%ARCH%" == "x86" set VS2017_X86=TRUE
   - if "%VS_VERSION%" == "15" if "%ARCH%" == "amd64" set VS2017_AMD64=TRUE
   - if "%VS2017_X86%" == "TRUE"
@@ -89,6 +90,11 @@ build_script:
   - set CMAKE_BUILD_PARALLEL_LEVEL=4
   - cmake --build . --config RelWithDebInfo
   - cmake --build . --config RelWithDebInfo --target Install
+  - move %FULL_GROONGA_INSTALL_FOLDER%\share\groonga\html\admin %FULL_GROONGA_INSTALL_FOLDER%\share\groonga\html\admin.old
+  - curl -O http://packages.groonga.org/source/groonga-admin/groonga-admin.tar.gz
+  - 7z x groonga-admin.tar.gz
+  - 7z x groonga-admin.tar
+  - move groonga-admin-*\html %FULL_GROONGA_INSTALL_FOLDER%\share\groonga\html\admin
 
 before_test:
   - git clone --depth 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190403/667dd1a1/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index