There are actually a number of options.
1. We can enable some jobs that will build Calcite on commit via Jenkins
(https://builds.apache.org).
2. We can enable a PreCommit job which should build every
Patch/PullRequest that is attached to JIRA or Github via Apache Yetus
(https://yetus.apache.org) and provide some verification that a
contribution, from anyone who provides one, compiles, passes tests,
passes checkstyle, etc.
Both should be pretty trivial to set up (just going through the last
steps of getting PreCommit w/ Yetus set up for a different project).
Speak up for what everyone would find beneficial.
- Josh
Vladimir Sitnikov wrote:
By the way, can we have Apache CI instance?