Re: [HACKERS] Continuous integration on Windows? - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [HACKERS] Continuous integration on Windows?
Date
Msg-id CAEepm=0_YWP1SZ1c0F_hPT2hrmmZ7zjBptv9DG3qXTvFkn+7TQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Continuous integration on Windows?  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: [HACKERS] Continuous integration on Windows?
List pgsql-hackers
On Fri, Oct 13, 2017 at 1:42 PM, Andrew Dunstan
<andrew.dunstan@2ndquadrant.com> wrote:
> Well, as you can see here the appveyor.yml file can live outside the
> tree that's being built.

Here's a Wiki page where I hope we can collect how-to information on
this general topic:

https://wiki.postgresql.org/wiki/Continuous_Integration

I tried your appveyor.yml, and added:

test_script: - cd src\tools\msvc && vcregress check

That much I could figure out just by reading our manual and I could
see that it worked first time, but to make this really useful I guess
we'd have to teach it to dump out resulting regression.diffs files and
backtraces from core files (as the Travis CI version accessible from
that page does).

-- 
Thomas Munro
http://www.enterprisedb.com


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] [COMMITTERS] pgsql: Fix traversal of half-frozen update chains
Next
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] Still another race condition in recovery TAP tests