blob: 85800bb7c67057296a30af246426969be5e5a1ca (
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
28
|
image: openbsd/latest
packages:
- autoconf
- automake
- libtool
- gettext
- help2man
- texinfo
- texlive_texmf-full
- dejagnu
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
|