Skip to content

Commit

Permalink
AppVeyor build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhipov committed Jun 12, 2016
1 parent b936c3d commit 742b1a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ environment:
- exe: postgresql-9.5.3-1-windows-%PLATFORM%.exe
- exe: postgresql-9.6.0-beta1-windows-%PLATFORM%.exe

install:
- set dist=%exe:-x86=%
- set pgversion=%exe:~11,3%
- echo pgversion=%pgversion%
Expand Down Expand Up @@ -61,7 +62,7 @@ test_script:

- appveyor AddTest Regression -Framework pg_regress -FileName sql\ -Outcome Running
- if %pgversion:~2,1% LEQ 4 ( set psqlopt=--psqldir) else set psqlopt=--bindir
- pg_regress "%psqlopt%=%pgbin%"
- pg_regress "%psqlopt%=%pgroot%\bin"
install no_system_period invalid_system_period no_history_table
no_history_system_period invalid_types invalid_system_period_values
versioning versioning_custom_system_time structure uninstall
Expand Down

0 comments on commit 742b1a6

Please sign in to comment.