Skip to content

Use patch instead of CMake logic to disable building of some parts of… #43

Use patch instead of CMake logic to disable building of some parts of…

Use patch instead of CMake logic to disable building of some parts of… #43

Workflow file for this run

name: Build & test
on: [push, pull_request]
jobs:
build-and-test:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
qt-version: [6.5.*]
uses: przemek83/workflows/.github/workflows/build-and-test-qt.yml@main
with:
platform: ${{ matrix.platform }}
qt-version: ${{ matrix.qt-version }}