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