Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BaSys4Forestry - Projektmanagement
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informations- und Automatisierungssysteme
BaSys4Forestry - Projektmanagement
Commits
19912e92
Commit
19912e92
authored
2 years ago
by
zrgt
Browse files
Options
Downloads
Patches
Plain Diff
Test ci
parent
75e28f97
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#277034
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-6
2 additions, 6 deletions
.gitlab-ci.yml
with
2 additions
and
6 deletions
.gitlab-ci.yml
+
2
−
6
View file @
19912e92
...
...
@@ -2,14 +2,10 @@ stages:
-
build
build
:
image
:
debian:stable
image
:
debian:
old
stable
stage
:
build
script
:
-
apt-get install software-properties-common
-
add-apt-repository ppa:openjdk-r/ppa
-
apt-get update
-
apt install openjdk-11-jre-headless
-
apt-get -y install graphviz wget
-
apt-get update && apt-get -y install graphviz openjdk-11-jre-headless wget
-
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/*
-
mkdir public/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment