aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.alpine.yaml
blob: b4cfa193f4b307354317b4be10b9b8b557d8a4e5 (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: alpine
    commands:
      - apk add --no-cache build-base gcc curl openssl-dev gnutls-dev lmdb-dev linux-headers
      - 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