Skip to content

Commit

Permalink
workflows analyzers testing
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed May 3, 2024
1 parent 7a47c6c commit d9a3e35
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 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 @@ -133,7 +133,9 @@ jobs:
- name: TinyORM cmake configure (${{ env.TinyORMBuildName }})
working-directory: ${{ env.TinyORMPath }}
run: >-
[[ '${{ matrix.qt.key }}' == 'qt6' ]] && tinyBuildDrivers='ON' || tinyBuildDrivers='OFF'
tinyBuildDrivers='OFF'
# [[ '${{ matrix.qt.key }}' == 'qt6' ]] && tinyBuildDrivers='ON' || tinyBuildDrivers='OFF'
cmake
-S .
Expand All @@ -153,7 +155,7 @@ jobs:
-D MATCH_EQUAL_EXPORTED_BUILDTREE:BOOL=OFF
-D STRICT_MODE:BOOL=ON
-D MYSQL_PING:BOOL=ON
-D BUILD_TESTS:BOOL=ON
-D BUILD_TESTS:BOOL=OFF
-D ORM:BOOL=ON
-D TOM:BOOL=ON
-D TOM_EXAMPLE:BOOL=ON
Expand Down

0 comments on commit d9a3e35

Please sign in to comment.