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
Pump, Cedric
lab-gitlab
Commits
b09997c1
Commit
b09997c1
authored
Jun 26, 2020
by
Nane Kratzke
Browse files
Update .gitlab-ci.yml
parent
10cfabfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b09997c1
...
...
@@ -8,11 +8,11 @@ stages:
before_script
:
-
apt-get update
-
apt-get -y install openjdk-11-jdk
-
mkdir builds
buildjob1
:
stage
:
build
script
:
-
mkdir builds
-
javac -d builds src/English.java
artifacts
:
paths
:
...
...
@@ -21,6 +21,7 @@ buildjob1:
buildjob2
:
stage
:
build
script
:
-
mkdir builds
-
javac -d builds src/German.java
artifacts
:
paths
:
...
...
@@ -29,6 +30,7 @@ buildjob2:
buildjob3
:
stage
:
build
script
:
-
mkdir builds
-
javac -d builds src/Spanish.java
artifacts
:
paths
:
...
...
@@ -38,5 +40,5 @@ testjob1:
stage
:
test
script
:
-
echo "This is test job 1"
-
mkdir result
s
-
ls -la
builds/
*
-
cd build
s
-
ls -la *
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