summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
Commit message (Collapse)AuthorAgeFilesLines
* add zink to macos cinoasakurajin2022-11-221-1/+2
| | | | | | | | | | | This commit causes zink to be build in the macos ci on every commit. In addition to that meson will now error if there is no moltenvk-dir given on macos since the build would fail anyways. Reviewed-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19531>
* ci: Fixes macos.ymlYonggang Luo2022-11-091-8/+9
| | | | | | | | | | | Stick to macos-11 to prevent accident broken always install meson with pip to prevent pull new version of python Cc: mesa-stable Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19615>
* ci/macOS: Getting the installed binary to be artifactsYonggang Luo2022-10-261-3/+5
| | | | | | | Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19258>
* ci/macos: Building both dri and xlib version of glxYonggang Luo2022-10-221-3/+6
| | | | | | Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19221>
* ci: rename GitHub CI workflow from `ci` to `macos` to be a bit more explicit ↵Eric Engestrom2022-08-161-0/+53
about what it covers Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Yurii Kolesnykov <root@yurikoles.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18057>