Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
G4-SoftEng
Group4-SoftEng
Commits
6777485d
Commit
6777485d
authored
May 31, 2021
by
Jerome Emmanuel
Browse files
Add .gitlab-ci.yml
parent
2ff03c69
Pipeline
#80143
failed with stage
in 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
6777485d
stages
:
-
test
golang
:
stage
:
test
script
:
-
go get -u github.com/jstemmer/go-junit-report
-
go test -v 2>&1 | go-junit-report -set-exit-code > report.xml
artifacts
:
when
:
always
reports
:
junit
:
report.xml
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment