mirror of
https://github.com/curl/curl.git
synced 2026-05-13 12:16:21 +03:00
GHA/non-native: fix OmniOS job to fail on tests
Before this patch a failed test did not result in a failed CI job. Closes #15160
This commit is contained in:
parent
b171ee6019
commit
3bd6728664
1 changed files with 1 additions and 0 deletions
1
.github/workflows/non-native.yml
vendored
1
.github/workflows/non-native.yml
vendored
|
|
@ -191,6 +191,7 @@ jobs:
|
|||
# https://pkg.omnios.org/r151050/core/en/index.shtml
|
||||
prepare: pkg install build-essential libtool
|
||||
run: |
|
||||
set -e
|
||||
ln -s /usr/bin/gcpp /usr/bin/cpp # Some tests expect `cpp`, which is named `gcpp` in this env.
|
||||
autoreconf -fi
|
||||
mkdir bld && cd bld && ../configure --enable-unity --enable-test-bundles --enable-debug --enable-warnings --enable-werror \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue