FabledSkyBlock/.gitlab-ci.yml
2019-04-15 04:21:50 -06:00

16 lines
199 B
YAML

image: gradle:alpine
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
stages:
- build
build:
stage: build
script:
- gradle build
artifacts:
paths:
- build/libs/*.jar