FabledSkyBlock/.gitlab-ci.yml
TheCreeperCow 009cd72019 CI Online
2018-11-22 23:30:19 +01:00

13 lines
260 B
YAML

stages:
- build
build:
stage: build
image: maven:3.3.9-jdk-8
script: "mvn clean package"
artifacts:
name: "Skyblock"
paths:
- "/builds/Songoda/Skyblock/target/*.jar"
# - "/builds/Songoda/EpicAnchors/Read_this_before_your_first_use.txt"