diff options
author | Yonggang Luo <luoyonggang@gmail.com> | 2022-07-28 17:43:18 +0800 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-07-29 12:57:26 +0000 |
commit | ae2947fbc5a7ad3879090777c829e44b7c339eb3 (patch) | |
tree | c34b860f5f32546213730d60cefa02bfee37238a /.github | |
parent | 6544cf4a2ae9c859828fd413d7f7f09b9cac189b (diff) | |
download | mesa-ae2947fbc5a7ad3879090777c829e44b7c339eb3.tar.gz mesa-ae2947fbc5a7ad3879090777c829e44b7c339eb3.tar.bz2 mesa-ae2947fbc5a7ad3879090777c829e44b7c339eb3.zip |
ci: Building osmesa on OSX
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17784>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fce00b0161..7b15e7f49e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Install Mako run: pip3 install --user mako - name: Configure - run: meson . build -Dbuild-tests=true + run: meson . build -Dbuild-tests=true -Dosmesa=true - name: Build run: meson compile -C build - name: Test |