summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2022-07-28 17:43:18 +0800
committerMarge Bot <emma+marge@anholt.net>2022-07-29 12:57:26 +0000
commitae2947fbc5a7ad3879090777c829e44b7c339eb3 (patch)
treec34b860f5f32546213730d60cefa02bfee37238a /.github
parent6544cf4a2ae9c859828fd413d7f7f09b9cac189b (diff)
downloadmesa-ae2947fbc5a7ad3879090777c829e44b7c339eb3.tar.gz
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.yml2
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