mergerfs/.cirrus.yml

528 lines
8.8 KiB
YAML
Raw Normal View History

2021-08-30 01:05:22 +08:00
freebsd_task:
name: "freebsd:11.4"
freebsd_instance:
image_family: freebsd-11-4
env:
ASSUME_ALWAYS_YES: yes
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- gmake -j4
2020-06-19 08:08:31 +08:00
freebsd_task:
name: "freebsd:12.1"
freebsd_instance:
image_family: freebsd-12-1
env:
ASSUME_ALWAYS_YES: yes
script:
- buildtools/install-build-pkgs
2020-08-19 06:43:28 +08:00
- gmake -j4
2021-08-30 01:05:22 +08:00
freebsd_task:
name: "freebsd:12.2"
freebsd_instance:
image_family: freebsd-12-2
env:
ASSUME_ALWAYS_YES: yes
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- gmake -j4
freebsd_task:
name: "freebsd:13.0"
freebsd_instance:
image_family: freebsd-13-0
env:
ASSUME_ALWAYS_YES: yes
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- gmake -j4
2020-08-19 06:43:28 +08:00
#macos_task:
# osx_instance:
# image: catalina-base
# script:
# - buildtools/install-build-pkgs
2020-08-19 06:43:28 +08:00
# - gmake -j4
2020-06-19 08:08:31 +08:00
linux_task:
name: "alpine:3.11"
container:
image: alpine:3.11
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2020-06-19 08:08:31 +08:00
script:
- buildtools/install-build-pkgs
2020-06-19 08:08:31 +08:00
- make STATIC=1 LTO=1
linux_task:
2020-12-18 09:17:16 +08:00
name: "alpine:3.12"
container:
2020-12-18 09:17:16 +08:00
image: alpine:3.12
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
2020-12-18 09:17:16 +08:00
- make STATIC=1 LTO=1
2021-08-30 01:05:22 +08:00
linux_task:
name: "alpine:3.13"
container:
image: alpine:3.13
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- make STATIC=1 LTO=1
linux_task:
name: "alpine:3.14"
container:
image: alpine:3.14
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
2023-01-26 08:52:27 +08:00
- make STATIC=1 LTO=1
linux_task:
name: "alpine:3.15"
container:
image: alpine:3.15
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
2023-01-26 08:52:27 +08:00
- make STATIC=1 LTO=1
linux_task:
name: "alpine:3.16"
container:
image: alpine:3.16
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
2023-01-26 08:52:27 +08:00
- make STATIC=1 LTO=1
linux_task:
name: "alpine:3.17"
container:
image: alpine:3.17
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- make STATIC=1 LTO=1
linux_task:
name: "alpine:latest"
container:
image: alpine:latest
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- make STATIC=1 LTO=1
linux_task:
name: "alpine-arm:latest"
arm_container:
image: alpine:latest
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- make STATIC=1 LTO=1
2020-06-19 08:08:31 +08:00
linux_task:
name: "centos:7"
container:
image: centos:7
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2020-06-19 08:08:31 +08:00
script:
- buildtools/install-build-pkgs
2020-06-19 08:08:31 +08:00
- make
- make rpm
linux_task:
2023-01-26 08:52:27 +08:00
name: "rocky:8"
2020-06-19 08:08:31 +08:00
container:
2023-01-26 08:52:27 +08:00
image: rocky:8
2020-06-19 08:08:31 +08:00
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2020-06-19 08:08:31 +08:00
script:
- buildtools/install-build-pkgs
2020-06-19 08:08:31 +08:00
- make
- make rpm
linux_task:
2020-08-19 06:43:28 +08:00
name: "fedora:30"
container:
2020-08-19 06:43:28 +08:00
image: fedora:30
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2020-08-19 06:43:28 +08:00
script:
- buildtools/install-build-pkgs
2020-08-19 06:43:28 +08:00
- make
- make rpm
linux_task:
name: "fedora:31"
container:
image: fedora:31
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2020-08-19 06:43:28 +08:00
script:
- buildtools/install-build-pkgs
2020-08-19 06:43:28 +08:00
- make
- make rpm
linux_task:
name: "fedora:32"
container:
image: fedora:32
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2020-08-19 06:43:28 +08:00
script:
- buildtools/install-build-pkgs
2020-08-19 06:43:28 +08:00
- make
- make rpm
linux_task:
2020-12-18 09:17:16 +08:00
name: "fedora:33"
2020-08-19 06:43:28 +08:00
container:
2020-12-18 09:17:16 +08:00
image: fedora:33
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
2020-12-18 09:17:16 +08:00
- make
- make rpm
2021-08-30 01:05:22 +08:00
linux_task:
name: "fedora:34"
container:
image: fedora:34
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
2023-01-26 08:52:27 +08:00
- make
- make rpm
linux_task:
name: "fedora:35"
container:
image: fedora:35
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
2023-01-26 08:52:27 +08:00
- make
- make rpm
linux_task:
name: "fedora:36"
container:
image: fedora:36
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
2023-01-26 08:52:27 +08:00
- make
- make rpm
linux_task:
name: "fedora:37"
container:
image: fedora:37
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
2023-01-26 08:52:27 +08:00
- make
- make rpm
linux_task:
name: "fedora:38"
container:
image: fedora:38
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- make
- make rpm
linux_task:
name: "fedora:latest"
container:
image: fedora:latest
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- make
- make rpm
linux_task:
name: "fedora-arm:latest"
arm_container:
image: fedora:latest
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- make
- make rpm
linux_task:
2020-12-18 09:17:16 +08:00
name: "ubuntu:14.04"
container:
2020-12-18 09:17:16 +08:00
image: ubuntu:14.04
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
2020-12-18 09:17:16 +08:00
name: "ubuntu:16.04"
container:
2020-12-18 09:17:16 +08:00
image: ubuntu:16.04
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
2020-12-18 09:17:16 +08:00
name: "ubuntu:18.04"
container:
2020-12-18 09:17:16 +08:00
image: ubuntu:18.04
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
2020-08-19 06:43:28 +08:00
name: "ubuntu:20.04"
container:
2020-08-19 06:43:28 +08:00
image: ubuntu:20.04
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
2023-01-26 08:52:27 +08:00
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
name: "ubuntu:22.04"
container:
image: ubuntu:22.04
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
2021-08-30 01:05:22 +08:00
linux_task:
name: "ubuntu:latest"
container:
image: ubuntu:latest
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
name: "ubuntu-arm:latest"
arm_container:
image: ubuntu:latest
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
2020-08-19 06:43:28 +08:00
name: "debian:7"
container:
2020-08-19 06:43:28 +08:00
image: debian:8
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
2020-08-19 06:43:28 +08:00
name: "debian:8"
container:
2020-08-19 06:43:28 +08:00
image: debian:8
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
2020-08-19 06:43:28 +08:00
name: "debian:9"
container:
2020-08-19 06:43:28 +08:00
image: debian:9
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
2020-08-19 06:43:28 +08:00
name: "debian:10"
container:
2020-08-19 06:43:28 +08:00
image: debian:10
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
script:
- buildtools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
2021-08-30 01:05:22 +08:00
linux_task:
name: "debian:11"
container:
image: debian:11
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
name: "debian:12"
container:
image: debian:12
cpu: 4
memory: 4G
timeout_in: 15m
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
name: "debian:latest"
container:
image: debian:latest
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true
linux_task:
name: "debian-arm:latest"
arm_container:
image: debian:latest
cpu: 4
memory: 4G
2023-01-26 08:52:27 +08:00
timeout_in: 15m
2021-08-30 01:05:22 +08:00
script:
- buildtools/install-build-pkgs
2021-08-30 01:05:22 +08:00
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true