aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.fedora.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/.fedora.yaml')
-rw-r--r--.woodpecker/.fedora.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.woodpecker/.fedora.yaml b/.woodpecker/.fedora.yaml
index 6e639e1..8f60ed3 100644
--- a/.woodpecker/.fedora.yaml
+++ b/.woodpecker/.fedora.yaml
@@ -8,5 +8,6 @@ steps:
image: fedora
commands:
- dnf -y install make gcc openssl-devel gnutls-devel pkg-config curl
- - curl -o config.c 'https://paste.sr.ht/blob/09d145e35ce3b058e02f5a0c664046fb66ba67e3'
+ - 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'
- make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1