mirror of https://git.tukaani.org/xz.git
ci: set -e on openbsd
Closes: https://github.com/tukaani-project/xz/pull/116
(cherry picked from commit e885dae37f
)
This commit is contained in:
parent
a2d66de54f
commit
9a5fee7022
|
@ -23,6 +23,7 @@ jobs:
|
||||||
prepare: |
|
prepare: |
|
||||||
/usr/sbin/pkg_add -I -v autoconf-2.71 automake-1.16.5 gmake gettext-tools gtar libtool m4
|
/usr/sbin/pkg_add -I -v autoconf-2.71 automake-1.16.5 gmake gettext-tools gtar libtool m4
|
||||||
run: |
|
run: |
|
||||||
|
set -e
|
||||||
export LC_ALL=C LANG=C
|
export LC_ALL=C LANG=C
|
||||||
export AUTOCONF_VERSION=2.71
|
export AUTOCONF_VERSION=2.71
|
||||||
export AUTOMAKE_VERSION=1.16
|
export AUTOMAKE_VERSION=1.16
|
||||||
|
|
Loading…
Reference in New Issue