aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.debian.yaml
blob: 78d67b9b3f15c24ec426875ebecc17c44b992355 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
skip_clone: false

steps:
  build:
    when:
      branch: []
      event: [manual]
    image: debian:sid
    commands:
      - apt update -y
      - apt install --no-install-recommends -y binutils make gcc libssl-dev pkg-config curl libgnutls*-dev ca-certificates liblmdb-dev
      - 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