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