Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FloraGnomeWars
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hans-Georg Sommer
FloraGnomeWars
Merge requests
!2
Antfile and CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Antfile and CI
antfile
into
master
Overview
0
Commits
5
Pipelines
1
Changes
3
Merged
Hans-Georg Sommer
requested to merge
antfile
into
master
6 years ago
Overview
0
Commits
5
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
edd8dec5
5 commits,
6 years ago
3 files
+
24
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
6
−
3
Options
@@ -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