mirror of
https://github.com/mesonbuild/meson.git
synced 2026-06-30 19:57:45 +00:00
CI: macos: Actually pass MESON_ARGS into meson
At the moment, this purports to test unity builds on macos, but in fact we don't.
This commit is contained in:
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -109,4 +109,4 @@ jobs:
|
||||
# We need this to avoid objfw test failures.
|
||||
export PATH="$HOME/tools:/opt/homebrew/opt/qt@5/bin:/opt/homebrew/opt/ncurses/bin:$PATH:/opt/homebrew/opt/llvm/bin"
|
||||
export PKG_CONFIG_PATH="/opt/homebrew/opt/qt@5/lib/pkgconfig:/opt/homebrew/opt/lapack/lib/pkgconfig:/opt/homebrew/opt/ncurses/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||
./run_project_tests.py --backend=ninja
|
||||
./run_project_tests.py --backend=ninja -- $MESON_ARGS
|
||||
|
||||
Reference in New Issue
Block a user