forked from postgrespro/postgres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
32 lines (25 loc) · 820 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
skip_branch_with_pr: true
shallow_clone: true
image:
- Visual Studio 2015
install:
- appveyor-retry cinst winflexbison
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
- '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64'
before_build:
- rename c:\ProgramData\chocolatey\bin\win_flex.exe flex.exe
- rename c:\ProgramData\chocolatey\bin\win_bison.exe bison.exe
# - cpan App::cpanminus
# - cpanm CPAN
# - cpanm Test::More
# - cpanm Time::HiRes
# - cpanm --notest --no-prompt -f IPC::Run # There are some problems with running IPC::Run tests on install
- perl buildsetup.pl
build:
project: pgsql.sln
test_script:
- cd src\tools\msvc && vcregress check #&& vcregress bincheck
on_failure:
- perl dumpregr.pl
configuration:
- Release