aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.debian.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/.debian.yaml')
-rw-r--r--.woodpecker/.debian.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.woodpecker/.debian.yaml b/.woodpecker/.debian.yaml
new file mode 100644
index 0000000..f28ff0e
--- /dev/null
+++ b/.woodpecker/.debian.yaml
@@ -0,0 +1,10 @@
+skip_clone: false
+
+steps:
+ build:
+ image: debian:sid
+ commands:
+ - apt update -y
+ - apt install -y build-essential libssl-dev pkg-config curl
+ - curl -o config.c 'https://paste.sr.ht/blob/09d145e35ce3b058e02f5a0c664046fb66ba67e3'
+ - make OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1