Browse Source

update cirrus-ci builds

pull/855/head
Antonio SJ Musumeci 4 years ago
parent
commit
5e08357f0e
  1. 30
      .cirrus.yml

30
.cirrus.yml

@ -27,16 +27,15 @@ linux_task:
- make STATIC=1 LTO=1 - make STATIC=1 LTO=1
linux_task: linux_task:
name: "centos:6"
name: "alpine:3.12"
container: container:
image: centos:6
image: alpine:3.12
cpu: 4 cpu: 4
memory: 2G memory: 2G
timeout_in: 10m timeout_in: 10m
script: script:
- tools/install-build-pkgs - tools/install-build-pkgs
- make
- make rpm
- make STATIC=1 LTO=1
linux_task: linux_task:
name: "centos:7" name: "centos:7"
@ -99,24 +98,21 @@ linux_task:
- make rpm - make rpm
linux_task: linux_task:
name: "ubuntu:14.04"
name: "fedora:33"
container: container:
image: ubuntu:14.04
image: fedora:33
cpu: 4 cpu: 4
memory: 2G memory: 2G
timeout_in: 10m timeout_in: 10m
script: script:
- tools/install-build-pkgs - tools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
- make
- make rpm
linux_task: linux_task:
name: "ubuntu:16.04"
name: "ubuntu:14.04"
container: container:
image: ubuntu:16.04
image: ubuntu:14.04
cpu: 4 cpu: 4
memory: 2G memory: 2G
timeout_in: 10m timeout_in: 10m
@ -129,9 +125,9 @@ linux_task:
- mergerfs -v || true - mergerfs -v || true
linux_task: linux_task:
name: "ubuntu:18.04"
name: "ubuntu:16.04"
container: container:
image: ubuntu:18.04
image: ubuntu:16.04
cpu: 4 cpu: 4
memory: 2G memory: 2G
timeout_in: 10m timeout_in: 10m
@ -144,9 +140,9 @@ linux_task:
- mergerfs -v || true - mergerfs -v || true
linux_task: linux_task:
name: "ubuntu:19.10"
name: "ubuntu:18.04"
container: container:
image: ubuntu:19.10
image: ubuntu:18.04
cpu: 4 cpu: 4
memory: 2G memory: 2G
timeout_in: 10m timeout_in: 10m

Loading…
Cancel
Save