Commit 35ac48a3 authored by Matthias Betz's avatar Matthias Betz
Browse files

Update .gitlab-ci.yml

parent 35192e1b
Pipeline #705 failed with stage
in 38 seconds
image: maven:3.6.3-jdk-8
image: debian:jessie
build:
script:
- echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee /etc/apt/sources.list.d/webupd8team-java.list
- echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
- apt-get update
- apt-get install openjfx=8u161-b12-1ubuntu2 libopenjfx-java=8u161-b12-1ubuntu2 libopenjfx-jni=8u161-b12-1ubuntu2
- apt-get install oracle-java8-installer
- apt-get install maven
- mvn package -B
release:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment