Skip to content

Commit

Permalink
Update GitLabCI build: Trixie, JDK 21, artifacts, SHA256SUM
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Oct 4, 2023
1 parent e4d1023 commit 2f807fc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: debian:bookworm-slim
image: debian:trixie-slim

# Note: You can test changes to this file locally with:
# gitlab-runner exec docker --docker-privileged build
Expand All @@ -10,7 +10,7 @@ cache:

variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
JDK_PACKAGE: "openjdk-17-jdk-headless"
JDK_PACKAGE: "openjdk-21-jdk-headless"

before_script:
- apt-get update
Expand All @@ -21,8 +21,11 @@ before_script:

build:
script:
- ./gradlew buildCI --scan --info --stacktrace
- ./gradlew buildCI installDist --scan --info --stacktrace
- cd build ; sha256sum artifacts/*/* > SHA256SUMS
artifacts:
when: always
paths:
- build/artifacts
- build/SHA256SUMS
- build/site/

0 comments on commit 2f807fc

Please sign in to comment.