blob: 5985aa8530addd2e92691b1f26f9045fe4e0b21d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
image: openbsd/latest
packages:
- autoconf-2.72p0
- automake-1.17
- libtool
- gettext
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
|