aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.fedora.yaml
blob: 4f2b578a3add9a239ff6b44fba0855aa4b3f84f1 (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.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 GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1