From 58d57a06eb7a308d14369d1e3958cfc33fdb1ef7 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 26 Jul 2024 08:00:00 +0800 Subject: CI: Use new example configs --- .woodpecker/.alpine.yaml | 4 ++-- .woodpecker/.archlinux.yaml | 4 ++-- .woodpecker/.debian.yaml | 4 ++-- .woodpecker/.fedora.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.woodpecker/.alpine.yaml b/.woodpecker/.alpine.yaml index 675b499..b4cfa19 100644 --- a/.woodpecker/.alpine.yaml +++ b/.woodpecker/.alpine.yaml @@ -8,6 +8,6 @@ steps: image: alpine commands: - apk add --no-cache build-base gcc curl openssl-dev gnutls-dev lmdb-dev linux-headers - - curl -o config.c 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/config.c' - - curl -o .makeopts 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/.makeopts' + - curl -o config.c 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/config.c' + - curl -o .makeopts 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/.makeopts' - make diff --git a/.woodpecker/.archlinux.yaml b/.woodpecker/.archlinux.yaml index de16197..4462d7d 100644 --- a/.woodpecker/.archlinux.yaml +++ b/.woodpecker/.archlinux.yaml @@ -8,6 +8,6 @@ steps: image: archlinux commands: - pacman --noconfirm -Sy make gcc openssl gnutls curl pkgconf lmdb - - curl -o config.c 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/config.c' - - curl -o .makeopts 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/.makeopts' + - curl -o config.c 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/config.c' + - curl -o .makeopts 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/.makeopts' - make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1 diff --git a/.woodpecker/.debian.yaml b/.woodpecker/.debian.yaml index 6cdb0f1..bd715c3 100644 --- a/.woodpecker/.debian.yaml +++ b/.woodpecker/.debian.yaml @@ -10,6 +10,6 @@ steps: - echo not building on debian for now # apt update -y # apt install --no-install-recommends -y binutils make gcc libssl-dev pkg-config curl libgnutls*-dev ca-certificates liblmdb-dev -# curl -o config.c 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/config.c' -# curl -o .makeopts 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/.makeopts' +# curl -o config.c 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/config.c' +# curl -o .makeopts 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/.makeopts' # make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1 diff --git a/.woodpecker/.fedora.yaml b/.woodpecker/.fedora.yaml index ffd9715..4f2b578 100644 --- a/.woodpecker/.fedora.yaml +++ b/.woodpecker/.fedora.yaml @@ -9,6 +9,6 @@ steps: commands: - echo not building on fedora # dnf -y install make gcc openssl-devel gnutls-devel pkg-config curl lmdb-devel -# curl -o config.c 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/config.c' -# curl -o .makeopts 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/.makeopts' +# curl -o config.c 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/config.c' +# curl -o .makeopts 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/.makeopts' # make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1 -- cgit v1.2.3