Kouhei Sutou
null+****@clear*****
Thu Jun 2 14:06:28 JST 2016
Kouhei Sutou 2016-06-02 14:06:28 +0900 (Thu, 02 Jun 2016) New Revision: c6ba44c48a720ba2c90305ae889a19ebd6979755 https://github.com/pgroonga/pgroonga/commit/c6ba44c48a720ba2c90305ae889a19ebd6979755 Message: appveyor: use the latest release Modified files: appveyor.yml Modified: appveyor.yml (+6 -5) =================================================================== --- appveyor.yml 2016-06-02 14:06:16 +0900 (fe8b892) +++ appveyor.yml 2016-06-02 14:06:28 +0900 (5720c60) @@ -4,17 +4,18 @@ build_script: - git submodule update --init - cd .. - choco install -y curl 7zip.commandline - - 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 + - curl -O http://get.enterprisedb.com/postgresql/postgresql-9.5.3-1-windows-x64-binaries.zip + - 7z x postgresql-9.5.3-1-windows-x64-binaries.zip > nul - cd pgroonga - - 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 + - curl -O http://packages.groonga.org/source/groonga/groonga-6.0.3.zip + - 7z x groonga-6.0.3.zip > nul + - mv groonga-6.0.3 vendor\groonga - cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX="..\\pgsql" -DGRN_WITH_MRUBY=yes -DGRN_WITH_BUNDLED_MECAB=yes -DGRN_WITH_BUNDLED_LZ4=yes + -DGRN_WITH_BUNDLED_MESSAGE_PACK=yes - cmake --build . --config Debug - cmake --build . --config Debug --target Install -------------- next part -------------- HTML����������������������������...Download