Skip to content

minor fixes: lazypath updated to zig v0.13.0 compat #102

minor fixes: lazypath updated to zig v0.13.0 compat

minor fixes: lazypath updated to zig v0.13.0 compat #102

Workflow file for this run

name: MacOS
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: mlugg/setup-zig@v1
- name: Install
run: brew install cmake
- uses: jurplel/install-qt-action@v3
with:
version: 5.15.2
dir: '${{ github.workspace }}/build/'
- name: Build & Tests
run: |
QTDIR="$GITHUB_WORKSPACE/build/Qt/5.15.2/clang_64" && \
PATH="${QTDIR}/bin:$PATH" && LDFLAGS=-L${QTDIR}/lib && \
CPPFLAGS=-I${QTDIR}/include && \
zig build cmake && \
zig build --summary all -freference-trace