Skip to content

Build with Qt6

Build with Qt6 #29

Workflow file for this run

name: macOS
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: brew install qt@6 meson
- run: echo "/usr/local/opt/qt@6/bin" >> $GITHUB_PATH
- run: meson setup builddir
- run: meson compile -C builddir