mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
.gitlab-ci.yml: Also run CI with OpenJDK 11.
This commit is contained in:
parent
996f0aee4a
commit
edc9518653
1 changed files with 4 additions and 1 deletions
|
@ -3,9 +3,12 @@ image: ubuntu:focal
|
|||
before_script:
|
||||
- apt-get update
|
||||
- apt-get -y upgrade
|
||||
- apt-get -y install openjdk-8-jdk
|
||||
- apt-get -y install ${JDK_PACKAGE}
|
||||
- apt-get -y install gradle
|
||||
|
||||
build:
|
||||
parallel:
|
||||
matrix:
|
||||
- JDK_PACKAGE: [ openjdk-8-jdk, openjdk-11-jdk ]
|
||||
script:
|
||||
- gradle build --stacktrace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue