Skip to content
Snippets Groups Projects
Commit 555e336d authored by Abel Egri's avatar Abel Egri
Browse files

Delete old gitlab-ci.yml

parent ddd3877b
No related branches found
No related tags found
No related merge requests found
Pipeline #44909 failed
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