Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Schwieger, Jana
lab-gitlab
Commits
66a9b1bd
Commit
66a9b1bd
authored
Jun 26, 2020
by
Nane Kratzke
Browse files
Update .gitlab-ci.yml
parent
b09997c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
66a9b1bd
image
:
ubuntu:18.04
stages
:
-
build
-
test
-
deploy
before_script
:
-
apt-get update
-
apt-get -y install openjdk-11-jdk
buildjob1
:
stage
:
build
image
:
openjdk:14-jdk
script
:
-
mkdir builds
-
javac -d builds src/English.java
...
...
@@ -20,6 +16,7 @@ buildjob1:
buildjob2
:
stage
:
build
image
:
openjdk:14-jdk
script
:
-
mkdir builds
-
javac -d builds src/German.java
...
...
@@ -29,6 +26,7 @@ buildjob2:
buildjob3
:
stage
:
build
image
:
openjdk:14-jdk
script
:
-
mkdir builds
-
javac -d builds src/Spanish.java
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment