Skip to content
Snippets Groups Projects

Antfile and CI

Merged Hans-Georg Sommer requested to merge antfile into master
3 files
+ 24
8
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
3
@@ -3,9 +3,11 @@ image: frekele/ant
build:
stage: build
artifacts:
untracked: true
expire_in: 2 days
paths:
- FloraGnomeWars.jar
script:
- ant
- ant jar
test:
stage: test
@@ -13,4 +15,5 @@ test:
- build
allow_failure: true
script:
- java -cp build:FlowerWarsPP-Tester.jar BoardTester flowerwarspp.MyBoard
- java -cp FloraGnomeWars.jar:FlowerWarsPP-Tester.jar BoardTester flowerwarspp.MyBoard | sed 's/,/./'
coverage: '/Success:.*\(\s*([\d.]+)/'
Loading