aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.fedora.yaml
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-26 08:00:00 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-26 08:00:00 +0800
commit58d57a06eb7a308d14369d1e3958cfc33fdb1ef7 (patch)
tree0cd27e5d7fe88bbe6a25d9c90ed231fd72fbac4c /.woodpecker/.fedora.yaml
parent74929656c3a672738cb02b1f956457ea44098a86 (diff)
downloadhaxircd-58d57a06eb7a308d14369d1e3958cfc33fdb1ef7.tar.gz
haxircd-58d57a06eb7a308d14369d1e3958cfc33fdb1ef7.zip
CI: Use new example configs
Diffstat (limited to '.woodpecker/.fedora.yaml')
-rw-r--r--.woodpecker/.fedora.yaml4
1 files changed, 2 insertions, 2 deletions
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