Skip to content

Commit

Permalink
ci: Also test examples against installed static KDDW
Browse files Browse the repository at this point in the history
for issue #557
  • Loading branch information
iamsergio committed Dec 23, 2024
1 parent f2b7be2 commit f747ad0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- examples/flutter/**
- tests/reference-images/**
- .github/workflows/create_release.yml

- .github/workflows/examples.yml
branches:
- main
pull_request:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- ubuntu-22.04
- windows-2022
- macos-13
preset:
- release
- ci-dev-static-qt5
steps:
- name: Install Qt 5.15 with options and default aqtversion
uses: jurplel/install-qt-action@v3
Expand All @@ -48,7 +51,7 @@ jobs:
uses: turtlesec-no/get-ninja@main

- name: Configure
run: cmake --preset=release -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/installed/ -DKDDockWidgets_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Debug
run: cmake --preset=${{ matrix.preset }} -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/installed/ -DKDDockWidgets_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Debug

- name: Build
run: cmake --build build-release --parallel
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flutter-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- main
paths-ignore:
- .github/workflows/create_release.yml
- .github/workflows/examples.yml
pull_request:
branches:
- main
Expand Down

0 comments on commit f747ad0

Please sign in to comment.