mirror of
https://git.tukaani.org/xz.git
synced 2025-04-03 06:10:57 +00:00
ci: add po4a
This commit is contained in:
parent
08cdf4be9a
commit
57b440d316
2
.github/workflows/netbsd.yml
vendored
2
.github/workflows/netbsd.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
usesh: true
|
usesh: true
|
||||||
prepare: |
|
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: |
|
run: |
|
||||||
export LC_ALL=C LANG=C
|
export LC_ALL=C LANG=C
|
||||||
uname -a
|
uname -a
|
||||||
|
3
.github/workflows/openbsd.yml
vendored
3
.github/workflows/openbsd.yml
vendored
@ -27,7 +27,8 @@ jobs:
|
|||||||
export AUTOCONF_VERSION=2.71
|
export AUTOCONF_VERSION=2.71
|
||||||
export AUTOMAKE_VERSION=1.16
|
export AUTOMAKE_VERSION=1.16
|
||||||
uname -a
|
uname -a
|
||||||
./autogen.sh
|
# OpenBSD ports lack po4a
|
||||||
|
./autogen.sh --no-po4a
|
||||||
./configure --enable-werror
|
./configure --enable-werror
|
||||||
make
|
make
|
||||||
make check VERBOSE=1
|
make check VERBOSE=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user