Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Janert, Dominik
lab-gitlab
Commits
7beb364e
Commit
7beb364e
authored
Jun 26, 2020
by
Nane Kratzke
Browse files
Update .gitlab-ci.yml
parent
5acd8297
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7beb364e
...
...
@@ -4,14 +4,15 @@ stages:
-
build
-
test
-
deploy
before_script
:
-
apt-get update
-
apt-get -y install openjdk-11-jdk
-
mkdir builds
buildjob1
:
stage
:
build
script
:
-
echo "This is job 1"
-
apt-get update
-
apt-get -y install openjdk-11-jdk
-
mkdir builds
-
javac -d builds src/English.java
artifacts
:
paths
:
...
...
@@ -20,9 +21,6 @@ buildjob1:
buildjob2
:
stage
:
build
script
:
-
echo "This is job 2"
-
apt-get -y install openjdk-11-jdk
-
mkdir builds
-
javac -d builds src/German.java
artifacts
:
paths
:
...
...
@@ -31,9 +29,6 @@ buildjob2:
buildjob3
:
stage
:
build
script
:
-
echo "This is job 3"
-
apt-get -y install openjdk-11-jdk
-
mkdir builds
-
javac -d builds src/Spanish.java
artifacts
:
paths
:
...
...
Write
Preview
Markdown
is supported
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