Commit Graph

16 Commits

Author SHA1 Message Date
silverqx b194d64bb4 added tom example to msvc action 2022-04-29 16:26:00 +02:00
silverqx 0e3fb06d1b added ORM and TOM cmake options to github actions 2022-04-29 16:25:06 +02:00
silverqx 166b6b479d bugfix in analyzers.yml 🙄 2022-04-29 15:19:07 +02:00
silverqx cd59b2763d upgraded to clang 14 in linux github action 2022-04-29 14:48:16 +02:00
silverqx 2baf2449a2 upgraded clang-tidy/clazy in github actions
- upgraded clang to 14 (from clang 13)
 - upgraded clazy-standalone to 1.11 (from 1.10)
 - enabled new clazy 1.11 checks use-arrow-operator-instead-of-data,
   unexpected-flag-enumerator-value, and qt6-deprecated-api-fixes
2022-04-29 14:34:49 +02:00
silverqx 01c203bf48 enabled tom example in github actions 2022-04-29 08:53:00 +02:00
silverqx dc7a011de7 enabled linters for tom example
- added -DTOM_EXAMPLE:BOOL=ON for the github actions
 - updated header-filter regex for the clang-tidy and clazy
2022-04-26 20:33:11 +02:00
silverqx 814fe2a60f added github actions badges 2021-12-11 14:30:52 +01:00
silverqx 8893914697 ga analyzer skip mocs_ cpp files 2021-12-08 14:46:05 +01:00
silverqx d4c6a55178 ga use python script to invoke clazy-standalone 2021-12-08 13:47:49 +01:00
silverqx e9658da95d ga changed URL_ secret format 2021-12-08 12:37:00 +01:00
silverqx 4d6f05149d added clazy-standalone analyzer 🚀 2021-12-08 12:35:57 +01:00
silverqx 6f6fe968b1 clang-tidy analyze .cpp files only
Compilation database contains also .rc files, so they will be skipped.
2021-12-08 12:27:37 +01:00
silverqx 17fc40e1eb added clang-tidy github action 🔥 2021-12-08 12:27:36 +01:00
silverqx 778c8f1bdc setup vcpkg env. for all workflows 2021-12-08 12:27:35 +01:00
silverqx 09592a7732 added GitHub Actions Linux, MSYS2 UCRT64, MSVC
- initial g++/clang build, ctest on MSYS2 UCRT64 on Windows Server 2022
 - initial cmake build/ctest on Ubuntu 20.40
 - initial cmake build/ctest on MSVC on Windows Server 2019

changed driver to QPSQL in tst_databasemanager

This avoids crash when QMYSQL driver's dll is unavailable.
QMYSQL driver is not shipped by default by Qt Windows MSVC installer.
2021-12-08 12:27:25 +01:00