mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-19 19:04:23 +01:00
setupCIWorkspace
This commit is contained in:
parent
e8d361bfb6
commit
84b6402350
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue