blob: 0856a6ec4f30b0c021cc39df3fefbc41a50f05cd (
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: openbsd/latest
packages:
- autoconf
- automake
- libtool
- gettext
- help2man
- texinfo
- texlive_texmf-full
tasks:
- build: |
cd aplwc
alias makeinfo=gmakeinfo
alias texi2dvi=gtexi2dvi
export AUTOCONF_VERSION=2.71
export AUTOMAKE_VERSION=1.16
./bootstrap --skip-po --copy
./configure
make
- test: |
cd aplwc
make check
make distcheck
triggers:
- action: email
condition: always
to: petermikkelsen10@gmail.com
|