extras: ci: compile check_PROGRAMS for macos

The tests are all compiling on macos and most of them are running
correctly, so we can ensure they continue to build. We cannot try to run
them without ensuring we select the runner architecture first though.

Regression from 70c643090b.
This commit is contained in:
Alexandre Janniaux 2024-01-29 18:00:53 +01:00
parent eea8885fd6
commit eb933a62ec
1 changed files with 2 additions and 0 deletions

View File

@ -492,6 +492,8 @@ raspbian-arm:
export PATH="${VLC_PATH}:$PATH"
mkdir build && cd build
../extras/package/macosx/build.sh $EXTRA_BUILD_FLAGS $NIGHTLY_EXTRA_BUILD_FLAGS -a $HOST_ARCH -x
# At least compile every targets
make check TESTS=
macos-x86_64:
extends: .macos-common