Skip to content
Snippets Groups Projects
Commit 8815eef3 authored by Jasmin Lehtola's avatar Jasmin Lehtola
Browse files

Upload New File

parents
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment