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