Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
G4-SoftEng
Group4-SoftEng
Commits
af74c7c2
Commit
af74c7c2
authored
Jun 03, 2021
by
saddamonpc
Browse files
Update GitlabCI gradle commands
parent
c128cfe8
Pipeline
#81160
passed with stage
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
af74c7c2
...
...
@@ -16,7 +16,7 @@ variables:
build
:
stage
:
build
script
:
-
./
gradle
w
assemble
-
gradle assemble
artifacts
:
paths
:
-
build/libs/*.jar
...
...
@@ -27,7 +27,7 @@ build:
test
:
stage
:
test
script
:
-
./
gradle
w
check
-
gradle check
-
awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, " instructions covered"; print 100*covered/instructions, "% covered" }' $JACOCO_CSV_LOCATION
after_script
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment