Kouhei Sutou
null+****@clear*****
Thu Sep 22 16:26:56 JST 2016
Kouhei Sutou 2016-09-22 16:26:56 +0900 (Thu, 22 Sep 2016) New Revision: 0ceac2eaca5060ddc3f3e1df8eb133841057cf10 https://github.com/pgroonga/pgroonga/commit/0ceac2eaca5060ddc3f3e1df8eb133841057cf10 Message: appveyor: try all tests Modified files: appveyor.yml Modified: appveyor.yml (+6 -2) =================================================================== --- appveyor.yml 2016-09-22 16:10:30 +0900 (bd63ce6) +++ appveyor.yml 2016-09-22 16:26:56 +0900 (4bc2930) @@ -30,11 +30,15 @@ notifications: on_build_status_changed: true test_script: - - mkdir results\array\varchar\single\match + - find sql/* -type d | sed -e 's,^sql,results,' | xargs mkdir -p + - find sql -name '*.sql' | + sed -e 's,^sql/,test: ,g' | + sed -e 's,\.sql$,,g' > schedule + - type schedule - ps: Set-Culture ja-JP - ..\pgsql\bin\pg_regress --bindir=..\pgsql\bin --load-extension=pgroonga --temp-instance=..\pgsql\test - array/varchar/single/match/seqscan || + --schedule=schedule || (type regression.diffs & nonexistent_command) -------------- next part -------------- HTML����������������������������... 下载