mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 08:40:19 +00:00
CI tests: replace UG_SKIP_NET_TESTS with GITHUB_REPOSITORY
Automatically ignore network test errors (typically a multicast on mac and in arm chroot) if run from CI.
This commit is contained in:
2
.github/scripts/macOS/prepare.sh
vendored
2
.github/scripts/macOS/prepare.sh
vendored
@@ -9,7 +9,7 @@ CPATH=/usr/local/include:/usr/local/opt/qt/include
|
||||
DYLIBBUNDLER_FLAGS="${DYLIBBUNDLER_FLAGS:+$DYLIBBUNDLER_FLAGS }-s /usr/local/lib"
|
||||
LIBRARY_PATH=/usr/local/lib:/usr/local/opt/qt/lib
|
||||
# shellcheck disable=SC2140
|
||||
printf "%b" "UG_SKIP_NET_TESTS=1\n"\
|
||||
printf "%b" \
|
||||
"CPATH=$CPATH\n"\
|
||||
"LIBRARY_PATH=$LIBRARY_PATH\n" >> "$GITHUB_ENV"
|
||||
echo "PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/opt/qt/lib/pkgconfig" >> "$GITHUB_ENV"
|
||||
|
||||
Reference in New Issue
Block a user