Skip to content

Commit

Permalink
workflow analyzers testing Qt v6
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed May 3, 2024
1 parent 87f0b15 commit 335acd8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
strategy:
matrix:
qt:
- key: qt5
name: Qt5
version: 5.15.2
# - key: qt5
# name: Qt5
# version: 5.15.2

- key: qt6
name: Qt6
Expand Down Expand Up @@ -137,11 +137,6 @@ jobs:
- name: TinyORM cmake configure (${{ env.TinyORMBuildName }})
working-directory: ${{ env.TinyORMPath }}
run: >-
[[ '${{ matrix.qt.key }}' == 'qt6' ]] && tinyBuildDrivers='ON' || tinyBuildDrivers='OFF'
[[ '${{ matrix.qt.key }}' == 'qt6' ]] &&
tinyDriversType='-D DRIVERS_TYPE:STRING=Loadable' || tinyDriversType=''
cmake
-S .
-B '${{ env.TinyORMBuildTree }}'
Expand All @@ -164,8 +159,7 @@ jobs:
-D ORM:BOOL=ON
-D TOM:BOOL=ON
-D TOM_EXAMPLE:BOOL=ON
-D BUILD_DRIVERS:BOOL=$tinyBuildDrivers
$tinyDriversType
-D BUILD_DRIVERS:BOOL=OFF
- name: TinyORM cmake build ✨ (${{ env.TinyORMBuildName }})
working-directory: ${{ env.TinyORMBuildTree }}
Expand Down

0 comments on commit 335acd8

Please sign in to comment.