setupCIWorkspace

This commit is contained in:
Sollace 2020-05-24 00:58:05 +02:00
parent e8d361bfb6
commit 84b6402350

View file

@ -4,12 +4,15 @@ jdk:
jobs:
include:
- stage: init
script: ./gradlew setupCIWorkspace
- stage: check
script: ./gradlew check
- stage: publish
script: ./gradlew build publish
stages:
- name: init
- name: check
if: type IN (pull_request)
- name: publish