summaryrefslogtreecommitdiff
path: root/.builds/fedora.yml
blob: 22a4c40681b5fd564ce6f20c619de981d49eb618 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
image: fedora/rawhide
packages:
- autoconf
- automake
- libtool
- awk
- gettext
sources:
- https://git.sr.ht/~pmikkelsen/aplwc
tasks:
- build: |
    cd aplwc
    ./bootstrap.sh
    ./configure
    make
- test: |
    cd aplwc
    make check
    make distcheck