- Notifications
You must be signed in to change notification settings - Fork6
Up-to-date mirror of@postgres with Travis-CI / Appveyor integration and PRs
postgrespro/postgres
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Involves automatic builds of PRs/commits on Linux (Travis-CI) and Windows (Appveyor):
- Linux: full
make check-world
- Windows: only build +
make check
These checks are very similar tocfbot builds.
If you want to verify your patch set before sending it to hackers, then just send a PR with your changes to the branchmaster_ci from any other postgres fork across GitHub.See example.
Branchmaster is left intact for convinience. Default branch ismaster_ci now, butdo not push or commit anything there. To updatemaster_ci you should addupstream
remote first (you have to do it only once):
git remote add upstream git@github.com:postgres/postgres.git
Then updatemaster
branch:
git checkout mastergit pull --rebase upstream mastergit push -f origin master
And finally updatemaster_ci
branch:
git checkout master_cigit pull --rebase upstream mastergit push -f origin master_ci
For original PostgreSQL readmerefer to README file.
About
Up-to-date mirror of@postgres with Travis-CI / Appveyor integration and PRs
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- C83.3%
- PLpgSQL6.0%
- Perl2.3%
- C++2.2%
- TSQL1.7%
- Yacc1.4%
- Other3.1%