Kouhei Sutou
null+****@clear*****
Tue Oct 10 09:19:10 JST 2017
Kouhei Sutou 2017-10-10 09:19:10 +0900 (Tue, 10 Oct 2017) New Revision: b780685584b7e951540b1c9bd88b02a5eb63ea08 https://github.com/pgroonga/pgroonga/commit/b780685584b7e951540b1c9bd88b02a5eb63ea08 Message: appveyor: run all supported PostgreSQL versions Modified files: appveyor.yml Modified: appveyor.yml (+18 -2) =================================================================== --- appveyor.yml 2017-10-09 22:44:45 +0900 (0da3988) +++ appveyor.yml 2017-10-10 09:19:10 +0900 (83c6222) @@ -1,8 +1,17 @@ version: "{build}" clone_depth: 10 environment: - POSTGRESQL_VERSION: 10.0-1 GROONGA_VERSION: 7.0.7 + matrix: + - VS_VERSION: 12 + ARCH: amd64 + POSTGRESQL_VERSION: 9.5.8-1 + - VS_VERSION: 12 + ARCH: amd64 + POSTGRESQL_VERSION: 9.6.4-1 + - VS_VERSION: 12 + ARCH: amd64 + POSTGRESQL_VERSION: 10.0-1 notifications: - provider: Email to: @@ -42,7 +51,14 @@ build_script: # - ruby download_lz4.rb # - cd ..\..\.. - - cmake . -G "Visual Studio 12 2013 Win64" + - set CMAKE_GENERATOR_NAME=Visual Studio %VS_VERSION% + - if "%VS_VERSION%" == "12" + set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2013 + - if "%VS_VERSION%" == "14" + set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2015 + - if "%ARCH%" == "amd64" + set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% Win64 + - cmake . -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_INSTALL_PREFIX="..\\pgsql" -DGRN_LOCK_TIMEOUT=900000 -DGRN_WITH_MRUBY=yes -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171010/a2c13de6/attachment-0001.htm