aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.alpine.yaml
blob: 675b4997603dd8564fee16a98f6e6c4e1e444b0b (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.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