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

steps:
  build:
    when:
      branch: []
      event: [manual]
    image: fedora
    commands:
      - echo not building on fedora
# dnf -y install make gcc openssl-devel gnutls-devel pkg-config curl lmdb-devel
# 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