diff --git a/.builds/autoconf-alpine-edge.yml b/.builds/autoconf-alpine-edge.yml deleted file mode 100644 index 59ba8b5..0000000 --- a/.builds/autoconf-alpine-edge.yml +++ /dev/null @@ -1,23 +0,0 @@ -image: alpine/edge -packages: - - build-base - - autoconf - - automake - - libtool - - kyua - - atf - - xz - - gzip -sources: - - https://git.sr.ht/~kaniini/pkgconf -tasks: - - autogen: | - cd ~/pkgconf - sh autogen.sh - - configure: | - cd ~/pkgconf - ./configure - - distcheck: | - cd ~/pkgconf - make distcheck - diff --git a/.builds/autoconf-fedora-rawhide.yml b/.builds/autoconf-fedora-rawhide.yml deleted file mode 100644 index 22b3e92..0000000 --- a/.builds/autoconf-fedora-rawhide.yml +++ /dev/null @@ -1,25 +0,0 @@ -image: fedora/rawhide -packages: - - make - - kernel-devel - - gcc - - gcc-c++ - - autoconf - - automake - - libtool - - kyua - - libatf-sh - - xz - - gzip -sources: - - https://git.sr.ht/~kaniini/pkgconf -tasks: - - autogen: | - cd ~/pkgconf - sh autogen.sh - - configure: | - cd ~/pkgconf - ./configure - - distcheck: | - cd ~/pkgconf - make distcheck diff --git a/.builds/autoconf-freebsd-latest.yml b/.builds/autoconf-freebsd-latest.yml deleted file mode 100644 index a682f3b..0000000 --- a/.builds/autoconf-freebsd-latest.yml +++ /dev/null @@ -1,19 +0,0 @@ -image: freebsd/latest -packages: - - autoconf - - automake - - libtool - - kyua - - atf -sources: - - https://git.sr.ht/~kaniini/pkgconf -tasks: - - autogen: | - cd ~/pkgconf - sh autogen.sh - - configure: | - cd ~/pkgconf - ./configure - - distcheck: | - cd ~/pkgconf - make distcheck diff --git a/.builds/meson-alpine-edge.yml b/.builds/meson-alpine-edge.yml deleted file mode 100644 index bdc486e..0000000 --- a/.builds/meson-alpine-edge.yml +++ /dev/null @@ -1,17 +0,0 @@ -image: alpine/edge -packages: - - build-base - - meson - - ninja - - kyua - - atf -sources: - - https://git.sr.ht/~kaniini/pkgconf -tasks: - - configure: | - cd ~/pkgconf - meson build - - distcheck: | - cd ~/pkgconf - ninja -C build - ninja -C build test diff --git a/.builds/meson-fedora-rawhide.yml b/.builds/meson-fedora-rawhide.yml deleted file mode 100644 index 37f9d84..0000000 --- a/.builds/meson-fedora-rawhide.yml +++ /dev/null @@ -1,16 +0,0 @@ -image: fedora/rawhide -packages: - - meson - - ninja-build - - kyua - - libatf-sh -sources: - - https://git.sr.ht/~kaniini/pkgconf -tasks: - - configure: | - cd ~/pkgconf - meson build - - distcheck: | - cd ~/pkgconf - ninja -C build - ninja -C build test diff --git a/.builds/meson-freebsd-latest.yml b/.builds/meson-freebsd-latest.yml deleted file mode 100644 index d33a6e4..0000000 --- a/.builds/meson-freebsd-latest.yml +++ /dev/null @@ -1,16 +0,0 @@ -image: freebsd/latest -packages: - - meson - - ninja - - kyua - - atf -sources: - - https://git.sr.ht/~kaniini/pkgconf -tasks: - - configure: | - cd ~/pkgconf - meson build - - distcheck: | - cd ~/pkgconf - ninja -C build - ninja -C build test