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

steps:
  build:
    when:
      branch: [master, runxiyu]
      event: [manual]
    image: fedora
    commands:
      - dnf -y install make gcc openssl-devel gnutls-devel pkg-config curl
      - 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