mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
.gitlab-ci.yml: add job for JDK21
This commit is contained in:
parent
fd014f2b08
commit
f1e64b9c2f
1 changed files with 10 additions and 0 deletions
|
@ -33,3 +33,13 @@ bookworm-jdk17:
|
|||
name: public-transport-enabler-$CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
|
||||
paths:
|
||||
- build/libs/*.jar
|
||||
|
||||
trixie-jdk21:
|
||||
image: debian:trixie-slim
|
||||
script:
|
||||
- apt-get -y install openjdk-21-jdk-headless gradle
|
||||
- gradle build --stacktrace
|
||||
artifacts:
|
||||
name: public-transport-enabler-$CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
|
||||
paths:
|
||||
- build/libs/*.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue