mirror of
https://gitlab.uni-marburg.de/langbeid/powersort.git
synced 2025-01-22 19:55:44 +01:00
CI: init
This commit is contained in:
parent
dbe83ac3cb
commit
3ad2afb5f2
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# https://docs.gitlab.com/ee/ci/testing/unit_test_report_examples.html#gradle
|
||||||
|
|
||||||
|
java:
|
||||||
|
image: alpine:latest
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- apk --no-cache add openjdk23 gradle
|
||||||
|
- gradle test
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
reports:
|
||||||
|
junit: app/build/test-results/test/**/TEST-*.xml
|
Loading…
x
Reference in New Issue
Block a user