.drone.yml aktualisiert
This commit is contained in:
parent
7a7791ff5c
commit
b3d749a58a
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: Compile
|
name: Compile
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
@ -7,10 +8,8 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare Repo
|
- name: Prepare Repo
|
||||||
image: alpine
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
|
||||||
- git pull
|
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Compile gmqcc
|
- name: Compile gmqcc
|
||||||
|
|
Loading…
Reference in a new issue