Skip to content
Snippets Groups Projects
Commit a44e1dbe authored by Cédric Willekens's avatar Cédric Willekens
Browse files

Add gradle build

parent 73ded3f7
No related branches found
No related tags found
No related merge requests found
...@@ -79,3 +79,11 @@ test: ...@@ -79,3 +79,11 @@ test:
- ./gradlew test - ./gradlew test
after_script: after_script:
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, " instructions covered"; print 100*covered/instructions, "% covered" }' /app/target/site/jacoco/jacoco.csv - awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, " instructions covered"; print 100*covered/instructions, "% covered" }' /app/target/site/jacoco/jacoco.csv
build:
stage: build
only:
- branches
- tags
script:
- ./gradlew build
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment