Skip to content

Commit

Permalink
Add build & test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Dec 10, 2024
1 parent 66f5772 commit b56c70a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/buld-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 }}

0 comments on commit b56c70a

Please sign in to comment.