diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index 5663618e5..3b00b8cdf 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -199,7 +199,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: TinyORM execute clang-tidy 🔥 working-directory: ${{ env.TinyORMPath }} diff --git a/.github/workflows/clang-cl-qt6.yml b/.github/workflows/clang-cl-qt6.yml index e4262c880..93450937e 100644 --- a/.github/workflows/clang-cl-qt6.yml +++ b/.github/workflows/clang-cl-qt6.yml @@ -723,7 +723,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: TinyORM add on the $env:Path run: | diff --git a/.github/workflows/linux-qt5.yml b/.github/workflows/linux-qt5.yml index 096f71848..dd927dbee 100644 --- a/.github/workflows/linux-qt5.yml +++ b/.github/workflows/linux-qt5.yml @@ -309,7 +309,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: TinyORM add on the $LD_LIBRARY_PATH run: | diff --git a/.github/workflows/linux-qt6-drivers.yml b/.github/workflows/linux-qt6-drivers.yml index 8883cbfc6..da4978733 100644 --- a/.github/workflows/linux-qt6-drivers.yml +++ b/.github/workflows/linux-qt6-drivers.yml @@ -259,7 +259,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: TinyORM add on the $LD_LIBRARY_PATH run: | diff --git a/.github/workflows/linux-qt6.yml b/.github/workflows/linux-qt6.yml index 4db19b26b..2b6963bde 100644 --- a/.github/workflows/linux-qt6.yml +++ b/.github/workflows/linux-qt6.yml @@ -668,7 +668,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: TinyORM add on the $LD_LIBRARY_PATH run: | diff --git a/.github/workflows/msvc2019-qt5.yml b/.github/workflows/msvc2019-qt5.yml index bba286487..9e61a80cf 100644 --- a/.github/workflows/msvc2019-qt5.yml +++ b/.github/workflows/msvc2019-qt5.yml @@ -472,7 +472,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: TinyORM add on the $env:Path run: | diff --git a/.github/workflows/msvc2022-qt6-drivers.yml b/.github/workflows/msvc2022-qt6-drivers.yml index ce5f6cead..dd43c251f 100644 --- a/.github/workflows/msvc2022-qt6-drivers.yml +++ b/.github/workflows/msvc2022-qt6-drivers.yml @@ -264,7 +264,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: TinyORM add on the $env:Path run: | diff --git a/.github/workflows/msvc2022-qt6.yml b/.github/workflows/msvc2022-qt6.yml index eae136a45..7c08f8a95 100644 --- a/.github/workflows/msvc2022-qt6.yml +++ b/.github/workflows/msvc2022-qt6.yml @@ -726,7 +726,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: TinyORM add on the $env:Path run: | diff --git a/.github/workflows/msys2-ucrt64-drivers.yml b/.github/workflows/msys2-ucrt64-drivers.yml index 547c5ac8f..0d1d0f235 100644 --- a/.github/workflows/msys2-ucrt64-drivers.yml +++ b/.github/workflows/msys2-ucrt64-drivers.yml @@ -261,7 +261,7 @@ jobs: - name: Ccache print statistics shell: msys2 {0} run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose # Used migrate:fresh instead (is safer) - name: Create and Seed tables for unit tests 🎉 diff --git a/.github/workflows/msys2-ucrt64.yml b/.github/workflows/msys2-ucrt64.yml index 86b703b5c..b55221314 100644 --- a/.github/workflows/msys2-ucrt64.yml +++ b/.github/workflows/msys2-ucrt64.yml @@ -416,7 +416,7 @@ jobs: - name: Ccache print statistics shell: msys2 {0} run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: Create and Seed tables for unit tests 🎉 shell: msys2 {0} diff --git a/.github/workflows/vcpkg-linux-drivers.yml b/.github/workflows/vcpkg-linux-drivers.yml index e0aa87429..f51b1742c 100644 --- a/.github/workflows/vcpkg-linux-drivers.yml +++ b/.github/workflows/vcpkg-linux-drivers.yml @@ -384,7 +384,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose # Build and execute the HelloWorld-TinyDrivers console application @@ -502,7 +502,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: HelloWorld-TinyDrivers execute (MySQL) 🏁 working-directory: >- diff --git a/.github/workflows/vcpkg-linux.yml b/.github/workflows/vcpkg-linux.yml index b467eea5d..b01e33463 100644 --- a/.github/workflows/vcpkg-linux.yml +++ b/.github/workflows/vcpkg-linux.yml @@ -357,7 +357,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose # Build and execute the HelloWorld console application @@ -465,7 +465,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: HelloWorld execute (SQLite) 🏁 working-directory: ../HelloWorld-FetchContent-Install/${{ matrix.build-type.name }}/bin diff --git a/.github/workflows/vcpkg-windows-drivers.yml b/.github/workflows/vcpkg-windows-drivers.yml index fb87e2429..56fad5e39 100644 --- a/.github/workflows/vcpkg-windows-drivers.yml +++ b/.github/workflows/vcpkg-windows-drivers.yml @@ -391,7 +391,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose # Build and execute the HelloWorld-TinyDrivers console application @@ -508,7 +508,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: HelloWorld-TinyDrivers execute (MySQL) 🏁 working-directory: ../HelloWorld-TinyDrivers-FetchContent-Install/${{ matrix.build-type.name }}/bin diff --git a/.github/workflows/vcpkg-windows.yml b/.github/workflows/vcpkg-windows.yml index 6a5066464..5ca4d8d8f 100644 --- a/.github/workflows/vcpkg-windows.yml +++ b/.github/workflows/vcpkg-windows.yml @@ -370,7 +370,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose # Build and execute the HelloWorld console application @@ -477,7 +477,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: HelloWorld execute (SQLite) 🏁 working-directory: ../HelloWorld-FetchContent-Install/${{ matrix.build-type.name }}/bin