baritone/.gitlab-ci.yml

14 lines
173 B
YAML
Raw Normal View History

2020-07-26 03:28:38 +00:00
image: java:8
before_script:
- which java
- which javac
build:
script:
- ./gradlew build
artifacts:
paths:
- build/libs/*.jar
expire_in: 1 month