Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roy Grönroos
DTEK0094_CI-CD
Commits
b1417e49
Commit
b1417e49
authored
Oct 11, 2021
by
Roy Grönroos
Browse files
Update .gitlab-ci.yml file
parent
3b97e6f7
Pipeline
#45020
failed with stages
in 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b1417e49
image
:
openjdk:latest
build
:
stage
:
build
script
:
-
javac SiteGen.java
test
:
stage
:
test
script
:
-
javac -cp "./junit-platform-console-standalone-1.8.1.jar" SiteGenTest.java SiteGen.java
-
java -jar junit-platform-console-standalone-1.8.1.jar -cp "." -c SiteGenTest
pages
:
stage
:
deploy
script
:
-
javac SiteGen.java
-
java SiteGen
artifacts
:
paths
:
-
public
only
:
-
main
\ No newline at end of file
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