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

steps:
  build:
    when:
      branch: []
      event: [manual]
    image: debian:sid
    commands:
      - echo not building on debian for now
# 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.andrewyu.org/hax/haxircd-docs.git/plain/ci/config.c'
# curl -o .makeopts 'https://git.andrewyu.org/hax/haxircd-docs.git/plain/ci/.makeopts'
# make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1