FabledSkyBlock/.gitlab-ci.yml

12 lines
259 B
YAML
Raw Normal View History

2018-11-22 23:23:56 +01:00
stages:
- build
build:
stage: build
2018-11-22 23:30:19 +01:00
image: maven:3.3.9-jdk-8
script: "mvn clean package"
2018-11-22 23:23:56 +01:00
artifacts:
2018-11-22 23:30:19 +01:00
name: "Skyblock"
2018-11-22 23:23:56 +01:00
paths:
2019-01-08 17:24:36 +01:00
- "/builds/Songoda/SkyBlock/target/*.jar"
2018-12-10 02:29:17 +01:00
# - "/builds/Songoda/EpicAnchors/Read_this_before_your_first_use.txt"