aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.archlinux.yaml
blob: de161975d7d16595a7f8b63451f11cc9596289e0 (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.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