mergerfs/.cirrus.yml

231 lines
3.7 KiB
YAML
Raw Permalink Normal View History

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:
- tools/install-build-pkgs
2020-08-19 06:43:28 +08:00
- gmake -j4
#macos_task:
# osx_instance:
# image: catalina-base
# script:
# - tools/install-build-pkgs
# - gmake -j4
2020-06-19 08:08:31 +08:00
linux_task:
name: "alpine:3.11"
container:
image: alpine:3.11
cpu: 4
memory: 2G
timeout_in: 10m
script:
- tools/install-build-pkgs
- 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: 2G
timeout_in: 10m
script:
- tools/install-build-pkgs
2020-12-18 09:17:16 +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: 2G
timeout_in: 10m
script:
- tools/install-build-pkgs
- make
- make rpm
linux_task:
name: "centos:8"
container:
image: centos:8
cpu: 4
memory: 2G
timeout_in: 10m
script:
- tools/install-build-pkgs
- 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: 2G
timeout_in: 10m
script:
- tools/install-build-pkgs
- make
- make rpm
linux_task:
name: "fedora:31"
container:
image: fedora:31
cpu: 4
memory: 2G
timeout_in: 10m
script:
- tools/install-build-pkgs
- make
- make rpm
linux_task:
name: "fedora:32"
container:
image: fedora:32
cpu: 4
memory: 2G
timeout_in: 10m
script:
- tools/install-build-pkgs
- 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: 2G
timeout_in: 10m
script:
- tools/install-build-pkgs
2020-12-18 09:17:16 +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: 2G
timeout_in: 10m
script:
- tools/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: 2G
timeout_in: 10m
script:
- tools/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: 2G
timeout_in: 10m
script:
- tools/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: 2G
timeout_in: 10m
script:
- tools/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:7"
container:
2020-08-19 06:43:28 +08:00
image: debian:8
cpu: 4
memory: 2G
timeout_in: 10m
script:
- tools/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: 2G
timeout_in: 10m
script:
- tools/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: 2G
timeout_in: 10m
script:
- tools/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: 2G
timeout_in: 10m
script:
- tools/install-build-pkgs
- git fetch
- make deb
- apt-get -y install fuse
- dpkg -i ../*.deb
- mergerfs -v || true