mirror of https://git.tukaani.org/xz.git
parent
c3e293037e
commit
1575414636
|
@ -21,7 +21,7 @@ jobs:
|
|||
with:
|
||||
usesh: true
|
||||
prepare: |
|
||||
/usr/sbin/pkg_add -v autoconf automake gmake gettext-tools gtar-base libtool-base m4
|
||||
/usr/sbin/pkg_add -v autoconf automake gmake gettext-tools gtar-base libtool-base m4 po4a
|
||||
run: |
|
||||
export LC_ALL=C LANG=C
|
||||
uname -a
|
||||
|
|
|
@ -27,7 +27,8 @@ jobs:
|
|||
export AUTOCONF_VERSION=2.71
|
||||
export AUTOMAKE_VERSION=1.16
|
||||
uname -a
|
||||
./autogen.sh
|
||||
# OpenBSD ports lack po4a
|
||||
./autogen.sh --no-po4a
|
||||
./configure --enable-werror
|
||||
make
|
||||
make check VERBOSE=1
|
||||
|
|
Loading…
Reference in New Issue