Add Ubuntu build to Cirrus CI
This commit is contained in:
parent
e20f1a62d3
commit
7649a1a858
|
@ -19,6 +19,13 @@ debian_task:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y gcc libc-dev
|
- apt install -y gcc libc-dev
|
||||||
compile_script: scripts/build.sh
|
compile_script: scripts/build.sh
|
||||||
|
ubuntu_task:
|
||||||
|
container:
|
||||||
|
image: ubuntu
|
||||||
|
setup_script:
|
||||||
|
- apt update
|
||||||
|
- apt install -y gcc libc-dev
|
||||||
|
compile_script: scripts/build.sh
|
||||||
freebsd_task:
|
freebsd_task:
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image: freebsd-12-0-release-amd64
|
image: freebsd-12-0-release-amd64
|
||||||
|
|
Loading…
Reference in New Issue