summaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
blob: 545a0792a31b5aa7b1d6bc9fdafb04de7c9a383e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
image: freebsd/latest
packages:
- autoconf
- automake
- libtool
- gettext
- pkgconf
- help2man
- texinfo
- texlive-full
tasks:
- build: |
    cd aplwc
    ./bootstrap --skip-po --copy
    ./configure
    make
- test: |
    cd aplwc
    make check
    make distcheck
triggers:
  - action: email
    condition: always
    to: petermikkelsen10@gmail.com