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 Nov 18, 2024
1 parent f4210d1 commit 0f09cd5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/buld-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build & test

on: [push, pull_request]

jobs:
build-and-test:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
qt-version: [6.5.*]
uses: przemek83/common/.github/workflows/build-and-test-cpp.yml@main
with:
platform: ${{ matrix.platform }}
use-qt: true
qt-version: ${{ matrix.qt-version }}

0 comments on commit 0f09cd5

Please sign in to comment.