summaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
blob: 4d9e95c58f9fc5fe8b2924d1240ab0143e4989c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
image: freebsd/latest
packages:
- autoconf
- automake
- libtool
- gettext
- pkgconf
- help2man
- texinfo
tasks:
- build: |
    cd aplwc
    ./bootstrap --skip-po --copy
    ./configure
    make
- test: |
    cd aplwc
    make check
    make distcheck