Kouhei Sutou
null+****@clear*****
Thu Sep 22 01:23:13 JST 2016
Kouhei Sutou 2016-09-22 01:23:13 +0900 (Thu, 22 Sep 2016) New Revision: aac7516a8c3dca29e5cd77d997cce811efd118dd https://github.com/pgroonga/pgroonga/commit/aac7516a8c3dca29e5cd77d997cce811efd118dd Message: appveyor: use UTF-8 encoding Modified files: appveyor.yml Modified: appveyor.yml (+8 -1) =================================================================== --- appveyor.yml 2016-09-22 01:01:30 +0900 (4817cf1) +++ appveyor.yml 2016-09-22 01:23:13 +0900 (d6bd629) @@ -27,11 +27,18 @@ notifications: - groonga-commit �� lists.sourceforge.jp on_build_status_changed: true +before_test: + - ..\pgsql\bin\initdb + --encoding=UTF-8 + --no-locale + ..\pgsql\data + - ..\pgsql\bin\pg_ctl start -D ..\pgsql\data test_script: - mkdir results\array\varchar\single\match - ..\pgsql\bin\pg_regress --bindir=..\pgsql\bin --load-extension=pgroonga - --temp-instance=..\pgsql\test array/varchar/single/match/seqscan || (type regression.diffs & nonexistent_command) +after_test: + - ..\pgsql\bin\pg_ctl stop -D ..\pgsql\data -------------- next part -------------- HTML����������������������������...Download