Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Olli Ala-Hakula
OhTu2021-harjoitus5
Commits
21026946
Commit
21026946
authored
Oct 11, 2021
by
Olli Ala-Hakula
Browse files
Upload New File
parent
8c722ee5
Pipeline
#44997
failed with stages
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
21026946
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
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