blob: f753e29b9704854082f07f0827d268b232051756 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
image: openbsd/latest
packages:
- autoconf-2.72p0
- automake-1.17
- libtool
sources:
- https://git.sr.ht/~pmikkelsen/aplwc
environment:
AUTOCONF_VERSION: 2.72
AUTOMAKE_VERSION: 1.17
tasks:
- build: |
cd aplwc
./bootstrap.sh
./configure
make
- test: |
cd aplwc
make check
make distcheck
|