Re: [HACKERS] Continuous integration on Windows?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [HACKERS] Continuous integration on Windows?
Дата
Msg-id 38090fa8-fe6b-dc04-3a05-db7d0f528cdb@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Continuous integration on Windows?  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: [HACKERS] Continuous integration on Windows?  (legrand legrand <legrand_legrand@hotmail.com>)
Re: [HACKERS] Continuous integration on Windows?  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers

On 10/13/2017 08:09 AM, Thomas Munro wrote:
> 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).
>


I'll add some info to the wiki. Unfortunately, the tests fail on the
tablespace test because they are running as a privileged user. We need
to find a way around that, still looking into it. (See
<https://blog.2ndquadrant.com/setting-build-machine-visual-studio-2017/>
which describes how I get around that when running by hand).

cheers

andrew



-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



-- 
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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Aggregate transition state merging vs. hypothetical set functions
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: [HACKERS] show precise repos version for dev builds?