Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Group3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Hammarhjelm
Group3
Commits
2378fc32
Commit
2378fc32
authored
2 years ago
by
Erik Hammarhjelm
Browse files
Options
Downloads
Plain Diff
Merge branch 'newbranch' into 'master'
Newbranch See merge request
!1
parents
a1df9888
984ca80c
No related branches found
No related tags found
1 merge request
!1
Newbranch
Pipeline
#77798
failed
2 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+36
-0
36 additions, 0 deletions
.gitlab-ci.yml
with
36 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
36
−
0
View file @
2378fc32
image
:
alash325/javaant:latest
build
:
stage
:
build
script
:
-
ls
-
ant build
artifacts
:
when
:
always
paths
:
-
./build
testing
:
stage
:
test
script
:
-
ant -lib test/lib/junit.jar -Dtest=AllTests testall
artifacts
:
when
:
always
paths
:
-
./build/report
reports
:
junit
:
./build/report/xml/TEST-net.sf.freecol.AllTests.xml
pages
:
stage
:
deploy
script
:
-
mkdir .public
-
cp -r ./build/report/* .public
-
mv .public public
artifacts
:
paths
:
-
public
only
:
-
newbranch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment