summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFlorian Zschocke <florian.zschocke@devolo.de>2016-12-15 22:10:37 +0100
committerFlorian Zschocke <florian.zschocke@devolo.de>2017-01-02 12:56:10 +0100
commit43f642bad9e3983f566c1166316f88cd69ce6318 (patch)
treead0b98d04113b601e23abc1977a993d6e4611ba0 /src
parentac1e8f8e5aa2ec074668ec45d5c64633907743ea (diff)
downloadgitblit-43f642bad9e3983f566c1166316f88cd69ce6318.tar.gz
gitblit-43f642bad9e3983f566c1166316f88cd69ce6318.zip
Add build definition file for Circle CI
Configure the build for Circle CI in the new file circle.yml. Specify a compile step to have the build fail on compilation error. The test step is then configured as `ant test`, which will compile again due to the limits of Ant/Moxie. Contrary to the documentation, the default Java version on Circle CI is Java 8. The project is set as a Java 7 project. We define to use OpenJDK 7, because the Gitblit build has some trouble with Java 8, I consider Java 7 the default, and Circle CI does not provide an Oracle JDK 7 installation to use. I could only get it to work with OpenJDK 7. The Java version is reported in the Circle CI build script to ease analysis. Test and coverage reports get stored as artifacts for a build, which allows to browse them in the Circle CI web interface.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions