Skip to content
Snippets Groups Projects
Commit 8f72a5db authored by Albin Lindén's avatar Albin Lindén
Browse files

Initial CI

parent 572ec5dd
Branches
Tags
No related merge requests found
Pipeline #4836 failed
......@@ -2,20 +2,20 @@ image: openjdk:8
stages:
- build
- build
build:
stage: build
stage: build
script:
script:
- javac HelloWorld.java
- javac HelloWorld.java
- java HelloWorld
- java HelloWorld
artifacts:
paths:
paths:
- ./HelloWorld.*
\ No newline at end of file
- ./HelloWorld.*
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment