Skip to content
Snippets Groups Projects
Commit 11996468 authored by Joonas Seppä's avatar Joonas Seppä
Browse files

Update .gitlab-ci.yml file

parent 1601ac43
No related branches found
No related tags found
1 merge request!1Korjattu
Pipeline #45192 failed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
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