Skip to content

Calculate the stop condition value outside the loops and set it to a … #32

Calculate the stop condition value outside the loops and set it to a …

Calculate the stop condition value outside the loops and set it to a … #32

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 }}