Skip to content

MINGW/MSYS2: Package libwinpthread-1.dll with builds so the binary di… #707

MINGW/MSYS2: Package libwinpthread-1.dll with builds so the binary di…

MINGW/MSYS2: Package libwinpthread-1.dll with builds so the binary di… #707

Workflow file for this run

name: macOS CI
on: [push, pull_request]
jobs:
build-mac-os:
name: Build macOS
runs-on: macos-12
strategy:
fail-fast: false
matrix:
configuration: [release, debug]
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: brew install molten-vk vulkan-headers glslang spirv-tools sdl2 libvorbis flac opus opusfile flac mad meson
- name: Build vkQuake
run: meson build --buildtype=${{ matrix.configuration }} && ninja -C build
- name: Upload vkQuake
uses: actions/upload-artifact@v4
with:
name: vkQuake archive (${{ matrix.configuration }})
path: build/vkquake