Commit 493a2f0c authored by Matthias Betz's avatar Matthias Betz
Browse files

Update .gitlab-ci.yml

parent 35ac48a3
Pipeline #706 failed with stage
in 19 seconds
image: debian:jessie
image: maven:3.6.3-jdk-8
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 oracle-java8-installer
- apt-get install maven
- apt-get install openjfx=8u111-b14-1 libopenjfx-java=8u111-b14-1 libopenjfx-jni=8u111-b14-1
- 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