mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-06 10:41:07 +01:00
Add new file
This commit is contained in:
parent
2e8a85d38b
commit
481b9f6f4c
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
image: maven:3.3.9-jdk-8
|
||||
script: "mvn clean package"
|
||||
artifacts:
|
||||
name: "EpicHoppers"
|
||||
paths:
|
||||
- "/builds/Songoda/EpicHoppers/target/*.jar"
|
Loading…
Reference in New Issue
Block a user