Hi,
Am 19.06.2014 22:03, schrieb John Hewson:
Hi All
The recent instability of Jenkins prompted me to set up Travis CI to build the
PDFBox mirror on GitHub. Automatic builds are triggered after every commit, and
they can often run much faster than on the busy Jenkins server, so this gives
committers an additional means to quickly determine if their build has problems
or not.
Good idea.
The builds are public at: https://travis-ci.org/apache/pdfbox
The Jenkins build is still the “ground truth” and passing that is what counts,
it *might* be possible to pass Travis CI and still fail on Jenkins, so that’s
something to keep in mind.
Especially as the travis build uses oraclejdk7 as compiler. PDFBox has java6 as
minimum requirement and that configuration may hide incompatibilities because of
the choosen java version.
-- John
BR
Andreas Lehmkühler