Phil
29b3daf321
All checks were successful
ci/woodpecker/push/1-build-latest Pipeline was successful
20 lines
No EOL
386 B
YAML
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] |