aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.debian.yaml
blob: f28ff0e08d068b05c59cd13743a44740c9671224 (plain) (blame)
1
2
3
4
5
6
7
8
9
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