.drone.yml aktualisiert
This commit is contained in:
parent
efb14820d0
commit
ec32e1ddad
1 changed files with 6 additions and 3 deletions
|
@ -19,12 +19,15 @@ steps:
|
||||||
- ./ci-dependencies.sh
|
- ./ci-dependencies.sh
|
||||||
- cd gmqcc
|
- cd gmqcc
|
||||||
- make
|
- make
|
||||||
|
- cd ..
|
||||||
|
|
||||||
- name: Compile specialsauce
|
- name: Compile SpecialSauce
|
||||||
image: alpine
|
image: alpine
|
||||||
- chmod +x ci-dependencies.sh build.sh
|
commands:
|
||||||
|
- chmod +x ci-dependencies.sh
|
||||||
|
- chmod +x build.sh
|
||||||
- ./ci-dependencies.sh
|
- ./ci-dependencies.sh
|
||||||
- ./build.sh
|
- sh build.sh
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
|
Loading…
Reference in a new issue