Re: automated builds?

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: automated builds?
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A74BE@Herge.rcsinc.local
обсуждение исходный текст
Ответ на automated builds?  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers-win32
> >>Is everyone still building interactively? I'm looking for nice ways
to
> >>automate building on Windows without any human action
> >>required, as part of the buildfarm project.
> >>
> >>
> >

Here is what I did:
[build_postgres.bat]
echo "build_postgres" | C:\msys\1.0\bin\sh --login -i

[build_postgres]
cd /postgres/pgsql
./configure
make clean
make
make install


build_postgres.bat was a batch file hooked to a scheduled task, and
build_postgres was a shell script sitting in my msys home folder.  I
built postgres nightly for a few months until the installer came online.

Just a word of warning: if the scheduled task fails for any reason (and
mine did a number of times, reason unknown), it will stop running until
you manually start it again.  I don't think it's good enough for an
industrial type setup unless you get some kind of confirmation from the
process.

Merlin


В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: Aaron Craig
Дата:
Сообщение: Postgres, Win2k and DBD::Pg
Следующее
От: John Meinel
Дата:
Сообщение: Poor Performance for large queries in functions