Re: [HACKERS] Continuous integration on Windows?

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: [HACKERS] Continuous integration on Windows?
Дата
Msg-id CAEepm=0_YWP1SZ1c0F_hPT2hrmmZ7zjBptv9DG3qXTvFkn+7TQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Continuous integration on Windows?  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: [HACKERS] Continuous integration on Windows?  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] [COMMITTERS] pgsql: Fix traversal of half-frozen update chains
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] Still another race condition in recovery TAP tests