.drone.yml aktualisiert

This commit is contained in:
Phil 2023-08-20 10:58:16 +02:00
parent efb14820d0
commit ec32e1ddad

View file

@ -19,12 +19,15 @@ steps:
- ./ci-dependencies.sh
- cd gmqcc
- make
- cd ..
- name: Compile specialsauce
- name: Compile SpecialSauce
image: alpine
- chmod +x ci-dependencies.sh build.sh
commands:
- chmod +x ci-dependencies.sh
- chmod +x build.sh
- ./ci-dependencies.sh
- ./build.sh
- sh build.sh
trigger:
event: