aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.debian.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/.debian.yaml')
-rw-r--r--.woodpecker/.debian.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.woodpecker/.debian.yaml b/.woodpecker/.debian.yaml
index 05885fe..5d37252 100644
--- a/.woodpecker/.debian.yaml
+++ b/.woodpecker/.debian.yaml
@@ -2,9 +2,12 @@ skip_clone: false
steps:
build:
+ when:
+ branch: [master]
+ event: [manual]
image: debian:sid
commands:
- apt update -y
- - apt install --no-install-recommends -y build-essential libssl-dev pkg-config curl libgnutls*-dev
+ - apt install --no-install-recommends -y build-essential libssl-dev pkg-config curl libgnutls*-dev ca-certificates
- curl -o config.c 'https://paste.sr.ht/blob/09d145e35ce3b058e02f5a0c664046fb66ba67e3'
- make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1