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 603ef53 commit 81a0782
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 @@ -27,9 +27,9 @@ jobs:
name: Qt5
version: 5.15.2

- key: qt6
name: Qt6
version: 6.7.0
# - key: qt6
# name: Qt6
# version: 6.7.0

env:
TINY_CLANG_TIDY_COMPLETED: false
Expand Down Expand Up @@ -137,7 +137,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 @@ -157,7 +159,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 81a0782

Please sign in to comment.