summaryrefslogtreecommitdiff
path: root/.builds/debian.yml
blob: 218513e2c90676519ed83aca55019def020158b2 (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
25
26
27
image: debian/stable
packages:
- autoconf
- automake
- libtool
- gettext
- pkgconf
- help2man
- texinfo
- autopoint
- libreadline-dev
- texlive-full
- dejagnu
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