Skip to content

Commit

Permalink
workflows ccache changed all to --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 14, 2024
1 parent 3841ed0 commit b16a108
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-cl-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc2019-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc2022-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc2022-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msys2-ucrt64-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🎉
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msys2-ucrt64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vcpkg-linux-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vcpkg-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vcpkg-windows-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vcpkg-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b16a108

Please sign in to comment.