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

steps:
  build:
    when:
      branch: []
      event: [manual]
    image: archlinux
    commands:
      - pacman --noconfirm -Sy make gcc openssl gnutls curl pkgconf lmdb
      - 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