[Groonga-commit] pgroonga/pgroonga at a191222 [master] appveyor: change locale

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Sep 22 16:05:01 JST 2016


Kouhei Sutou	2016-09-22 16:05:01 +0900 (Thu, 22 Sep 2016)

  New Revision: a1912223f16201bd1b3a59e1c2f39b46d0a98a39
  https://github.com/pgroonga/pgroonga/commit/a1912223f16201bd1b3a59e1c2f39b46d0a98a39

  Message:
    appveyor: change locale

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -8)
===================================================================
--- appveyor.yml    2016-09-22 16:00:19 +0900 (b7e751a)
+++ appveyor.yml    2016-09-22 16:05:01 +0900 (9ad499f)
@@ -9,11 +9,6 @@ build_script:
 
   - 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
-  - pgsql\bin\initdb
-      --encoding=UTF-8
-      --no-locale
-      pgsql\data
-  - pgsql\bin\pg_ctl start -D pgsql\data
 
   - cd pgroonga
   - curl -O http://packages.groonga.org/source/groonga/groonga-6.0.8.zip
@@ -36,11 +31,10 @@ notifications:
 
 test_script:
   - mkdir results\array\varchar\single\match
+  - Set-Culture ja-JP
   - ..\pgsql\bin\pg_regress
       --bindir=..\pgsql\bin
       --load-extension=pgroonga
+      --temp-instance=..\pgsql\test
       array/varchar/single/match/seqscan ||
     (type regression.diffs & nonexistent_command)
-
-on_finish:
-  - ..\pgsql\bin\pg_ctl stop -D ..\pgsql\data
-------------- next part --------------
HTML����������������������������...
Download 



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