[Groonga-commit] groonga/groonga at e16d2a8 [master] appveyor: try to use the install section

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri Jun 22 11:56:02 JST 2018


Kouhei Sutou	2018-06-22 11:56:02 +0900 (Fri, 22 Jun 2018)

  New Revision: e16d2a8744202232ed7f6e762fbd1ed8d74d6834
  https://github.com/groonga/groonga/commit/e16d2a8744202232ed7f6e762fbd1ed8d74d6834

  Message:
    appveyor: try to use the install section
    
    The init section uses only for setting system locale.

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+3 -4)
===================================================================
--- appveyor.yml    2018-06-22 11:55:20 +0900 (35f77aa40)
+++ appveyor.yml    2018-06-22 11:56:02 +0900 (948efd2e9)
@@ -29,15 +29,14 @@ init:
   - ps: Set-WinSystemLocale ja-JP
   - ps: Start-Sleep -s 10
   - ps: Restart-Computer
-  - set PATH=C:\Ruby25-x64\bin;%PATH%
+
+install:
   - set PATH=C:\Ruby25-x64\bin;%PATH%
   - set PATH=C:\msys64\usr\bin;%PATH%
   - call
       "C:\Program Files (x86)\Microsoft Visual Studio %VS_VERSION%.0\VC\vcvarsall.bat"
       %ARCH%
-#  - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
-
-install:
+  # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
   - tzutil /s "Tokyo Standard Time"
   # - choco install -y imdisk-toolkit
   # - mkdir tmp
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180622/f4510a49/attachment-0001.htm 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index