summaryrefslogtreecommitdiff
path: root/.builds/netbsd.yml
blob: 5787b9802ebf0159c85a7b70779afe8bc9c1b8be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
image: netbsd/latest
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