Skip to content
Snippets Groups Projects
Commit 19912e92 authored by zrgt's avatar zrgt
Browse files

Test ci

parent 75e28f97
No related branches found
No related tags found
No related merge requests found
Pipeline #277034 passed
...@@ -2,14 +2,10 @@ stages: ...@@ -2,14 +2,10 @@ stages:
- build - build
build: build:
image: debian:stable image: debian:oldstable
stage: build stage: build
script: script:
- apt-get install software-properties-common - apt-get update && apt-get -y install graphviz openjdk-11-jre-headless wget
- add-apt-repository ppa:openjdk-r/ppa
- apt-get update
- apt install openjdk-11-jre-headless
- apt-get -y install graphviz wget
- wget http://sourceforge.net/projects/plantuml/files/plantuml.1.2022.6.jar/download --output-document=plantuml.jar --quiet - wget http://sourceforge.net/projects/plantuml/files/plantuml.1.2022.6.jar/download --output-document=plantuml.jar --quiet
- java -jar plantuml.jar -charset UTF-8 -o diagrams modellierung/* - java -jar plantuml.jar -charset UTF-8 -o diagrams modellierung/*
- mkdir public/ - mkdir public/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment