Add Arch Linux build into Cirrus CI
This commit is contained in:
parent
7649a1a858
commit
ba54484a0b
|
@ -5,6 +5,13 @@ alpine_task:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add build-base
|
- apk add build-base
|
||||||
compile_script: scripts/build.sh
|
compile_script: scripts/build.sh
|
||||||
|
archlinux_task:
|
||||||
|
container:
|
||||||
|
image: archlinux/base
|
||||||
|
setup_script:
|
||||||
|
- pacman --noconfirm -Sy
|
||||||
|
- pacman --noconfirm -S gcc
|
||||||
|
compile_script: scripts/build.sh
|
||||||
centos_task:
|
centos_task:
|
||||||
container:
|
container:
|
||||||
image: centos
|
image: centos
|
||||||
|
|
Loading…
Reference in New Issue