mirror of https://git.tukaani.org/xz.git
ci: set -e on netbsd
This commit is contained in:
parent
8641f0c24c
commit
21b02dd128
|
@ -23,6 +23,7 @@ jobs:
|
||||||
prepare: |
|
prepare: |
|
||||||
/usr/sbin/pkg_add -v autoconf automake gmake gettext-tools gtar-base libtool-base m4 po4a
|
/usr/sbin/pkg_add -v autoconf automake gmake gettext-tools gtar-base libtool-base m4 po4a
|
||||||
run: |
|
run: |
|
||||||
|
set -e
|
||||||
export LC_ALL=C LANG=C
|
export LC_ALL=C LANG=C
|
||||||
uname -a
|
uname -a
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue