Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Up-to-date mirror of@postgres with Travis-CI / Appveyor integration and PRs

NotificationsYou must be signed in to change notification settings

postgrespro/postgres

 
 

Repository files navigation

Travis-ci StatusBuild status

Involves automatic builds of PRs/commits on Linux (Travis-CI) and Windows (Appveyor):

  • Linux: fullmake 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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C83.3%
  • PLpgSQL6.0%
  • Perl2.3%
  • C++2.2%
  • TSQL1.7%
  • Yacc1.4%
  • Other3.1%

[8]ページ先頭

©2009-2025 Movatter.jp