The Windows image lacks the required tooling.awsm
parent
2f421b4fb1
commit
5e95046147
@ -1,10 +1,26 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: gcc/amd64/linux
|
||||||
|
|
||||||
|
platform:
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: gcc
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
|
- ./tools/ci-build.sh
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: gcc/arm64/linux
|
||||||
|
|
||||||
|
platform:
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: mingw32
|
- name: build
|
||||||
image: teaci/msys32
|
image: gcc
|
||||||
shell: mingw32
|
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- ./tools/ci-build.sh
|
- ./tools/ci-build.sh
|
||||||
|
Loading…
Reference in new issue