[Groonga-commit] pgroonga/pgroonga at 6903ceb [master] appveyor: use the latest releases

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 8 00:27:57 JST 2016


Kouhei Sutou	2016-04-08 00:27:57 +0900 (Fri, 08 Apr 2016)

  New Revision: 6903ceb6fdeca6af82124e629a4b54b6e1355471
  https://github.com/pgroonga/pgroonga/commit/6903ceb6fdeca6af82124e629a4b54b6e1355471

  Message:
    appveyor: use the latest releases

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+5 -5)
===================================================================
--- appveyor.yml    2016-04-07 22:51:39 +0900 (7eafc60)
+++ appveyor.yml    2016-04-08 00:27:57 +0900 (fe8b892)
@@ -4,12 +4,12 @@ build_script:
   - git submodule update --init
   - cd ..
   - choco install -y curl 7zip.commandline
-  - curl -O http://get.enterprisedb.com/postgresql/postgresql-9.4.1-3-windows-x64-binaries.zip
-  - 7z x postgresql-9.4.1-3-windows-x64-binaries.zip > nul
+  - curl -O http://get.enterprisedb.com/postgresql/postgresql-9.5.2-1-windows-x64-binaries.zip
+  - 7z x postgresql-9.5.2-1-windows-x64-binaries.zip > nul
   - cd pgroonga
-  - curl -O http://packages.groonga.org/source/groonga/groonga-5.1.2.zip
-  - 7z x groonga-5.1.2.zip > nul
-  - mv groonga-5.1.2 vendor\groonga
+  - curl -O http://packages.groonga.org/source/groonga/groonga-6.0.1.zip
+  - 7z x groonga-6.0.1.zip > nul
+  - mv groonga-6.0.1 vendor\groonga
   - cmake . -G "Visual Studio 12 2013 Win64"
       -DCMAKE_INSTALL_PREFIX="..\\pgsql"
       -DGRN_WITH_MRUBY=yes
-------------- next part --------------
HTML����������������������������...
Télécharger 



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