Skip to content
Snippets Groups Projects
Commit d597902b authored by Elma Nurmiaho's avatar Elma Nurmiaho
Browse files

Update .gitlab-ci.yml file

parent 51216b82
No related branches found
No related tags found
Loading
Checking pipeline status
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.
Please register or to comment