amogusspecialsauce/.woodpecker/2-build-pr.yml
Phil 29b3daf321
All checks were successful
ci/woodpecker/push/1-build-latest Pipeline was successful
Changed CI behaviour
2024-10-06 14:15:51 +02:00

20 lines
No EOL
386 B
YAML

steps:
- name: Compile gmqcc (amd64)
image: alpine
commands:
- chmod +x ci-dependencies.sh
- ./ci-dependencies.sh
- cd gmqcc
- make
- cd ..
- name: Compile SpecialSauce (amd64)
image: alpine
commands:
- chmod +x ci-dependencies.sh
- chmod +x build.sh
- ./ci-dependencies.sh
- bash build.sh
when:
- event: [pull_request]