Skip to content

Commit

Permalink
workflows cmake enabled debug log level everywhere
Browse files Browse the repository at this point in the history
Also enabled log context, using: --log-level=DEBUG --log-context
  • Loading branch information
silverqx committed Jun 4, 2024
1 parent 5534c3a commit 0059ef7
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:
tinyDriversType='-D DRIVERS_TYPE:STRING=Loadable' || tinyDriversType=''
cmake
--log-level=DEBUG --log-context
-S .
-B '${{ env.TinyORMBuildTree }}'
-G Ninja
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/clang-cl-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ jobs:
- name: TinyORM cmake configure (clang-cl-cmake-debug)
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B ../TinyORM-builds-cmake/build-clang-cl-cmake-debug
-G Ninja
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ jobs:
- name: TinyORM cmake configure (${{ matrix.compiler.key }}-cmake-debug)
run: >-
cmake
--log-level=DEBUG --log-context
-S .
-B ../TinyORM-builds-cmake/build-${{ matrix.compiler.key }}-cmake-debug
-G Ninja
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ jobs:
working-directory: ${{ env.TinyORMPath }}
run: >-
cmake
--log-level=DEBUG --log-context
-S .
-B '${{ env.TinyORMBuildTree }}'
-G Ninja
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ jobs:
- name: TinyORM cmake configure (${{ matrix.compiler.key }}-cmake-debug)
run: >-
cmake
--log-level=DEBUG --log-context
-S .
-B ../TinyORM-builds-cmake/build-${{ matrix.compiler.key }}-cmake-debug
-G Ninja
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msvc2019-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ jobs:
- name: TinyORM cmake configure (msvc-cmake-debug)
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B ../TinyORM-builds-cmake/build-msvc-cmake-debug
-G Ninja
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msvc2022-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ jobs:
working-directory: ${{ env.TinyORMPath }}
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B '${{ env.TinyORMBuildTree }}'
-G Ninja
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msvc2022-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ jobs:
- name: TinyORM cmake configure (msvc-cmake-${{ matrix.build-type.key }})
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B ../TinyORM-builds-cmake/build-msvc-cmake-${{ matrix.build-type.key }}
-G Ninja
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msys2-ucrt64-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ jobs:
working-directory: ${{ env.TinyORMPath }}
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B '${{ env.TinyORMBuildTree }}'
-G Ninja
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msys2-ucrt64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ jobs:
shell: msys2 {0}
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B ../TinyORM-builds-cmake/build-${{ matrix.compiler.key }}-${{ matrix.qt.key }}-cmake-debug
-G Ninja
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/vcpkg-linux-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ jobs:
working-directory: HelloWorld-TinyDrivers
run: >-
cmake
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/build-TinyDrivers-vcpkgmanifest-gcc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -335,6 +336,7 @@ jobs:
working-directory: ${{ env.TinyORMPath }}
run: >-
cmake
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/TinyORM-builds-cmake/build-TinyDrivers-manual-gcc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -380,6 +382,7 @@ jobs:
working-directory: HelloWorld-TinyDrivers
run: >-
cmake
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/build-TinyDrivers-manual-gcc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -448,6 +451,7 @@ jobs:
working-directory: HelloWorld-TinyDrivers
run: >-
cmake
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/build-TinyDrivers-fetchcontent-gcc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/vcpkg-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ jobs:
working-directory: HelloWorld
run: >-
cmake
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/build-vcpkgmanifest-gcc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -450,6 +451,7 @@ jobs:
working-directory: ${{ env.TinyORMPath }}
run: >-
cmake
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/TinyORM-builds-cmake/build-manual-gcc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -493,6 +495,7 @@ jobs:
working-directory: HelloWorld
run: >-
cmake
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/build-manual-gcc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -552,6 +555,7 @@ jobs:
working-directory: HelloWorld
run: >-
cmake
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/build-fetchcontent-gcc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/vcpkg-windows-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ jobs:
working-directory: HelloWorld-TinyDrivers
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/Drivers-vcpkgmanifest-msvc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -366,6 +367,7 @@ jobs:
working-directory: ${{ env.TinyORMPath }}
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/TinyORM-builds-cmake/Drivers-manual-msvc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -409,6 +411,7 @@ jobs:
working-directory: HelloWorld-TinyDrivers
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/Drivers-manual-msvc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -473,6 +476,7 @@ jobs:
working-directory: HelloWorld-TinyDrivers
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/Drivers-fetchcontent-msvc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/vcpkg-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ jobs:
working-directory: HelloWorld
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/build-vcpkgmanifest-msvc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -408,6 +409,7 @@ jobs:
working-directory: ${{ env.TinyORMPath }}
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/TinyORM-builds-cmake/build-manual-msvc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -451,6 +453,7 @@ jobs:
working-directory: HelloWorld
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/build-manual-msvc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down Expand Up @@ -506,6 +509,7 @@ jobs:
working-directory: HelloWorld
run: >-
cmake.exe
--log-level=DEBUG --log-context
-S .
-B '${{ runner.workspace }}/HelloWorld-builds-cmake/build-fetchcontent-msvc-${{ matrix.build-type.key }}'
-G Ninja
Expand Down

0 comments on commit 0059ef7

Please sign in to comment.