mirror of https://git.tukaani.org/xz.git
ci: actually fail on FreeBSD
Without "set -e" the job will always be successful.
See vmactions/freebsd-vm#72
(cherry picked from commit 8641f0c24c
)
This commit is contained in:
parent
4132277103
commit
1bdc70176b
|
@ -23,6 +23,7 @@ jobs:
|
||||||
prepare: |
|
prepare: |
|
||||||
pkg install -y autoconf automake gmake gettext-tools gtar libtool m4 po4a
|
pkg install -y autoconf automake gmake gettext-tools gtar libtool 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