mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
.gitlab-ci.yml: add a build with OpenJDK 21 under Debian Trixie
This commit is contained in:
parent
c8bf030824
commit
35150543e7
1 changed files with 14 additions and 0 deletions
|
@ -26,6 +26,20 @@ bookworm-jdk17:
|
||||||
paths:
|
paths:
|
||||||
- core/build/libs/*.jar
|
- core/build/libs/*.jar
|
||||||
|
|
||||||
|
trixie-jdk21:
|
||||||
|
image: debian:trixie-slim
|
||||||
|
before_script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get -y install openjdk-21-jdk-headless gradle
|
||||||
|
script:
|
||||||
|
- gradle build --stacktrace
|
||||||
|
after_script:
|
||||||
|
- gradle --version
|
||||||
|
artifacts:
|
||||||
|
name: bitcoinj-$CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
|
||||||
|
paths:
|
||||||
|
- core/build/libs/*.jar
|
||||||
|
|
||||||
sast:
|
sast:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue