We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu-gcc-build-codecov
needs
1 parent f45801a commit 3816898Copy full SHA for 3816898
1 file changed
.github/workflows/main.yml
@@ -978,9 +978,9 @@ jobs:
978
PPC_NUM_THREADS: 13
979
ubuntu-gcc-build-codecov:
980
needs:
981
- - ubuntu-gcc-test-extended
982
- - ubuntu-clang-test-extended
983
- - macos-clang-test-extended
+# - ubuntu-gcc-test-extended
+# - ubuntu-clang-test-extended
+# - macos-clang-test-extended
984
runs-on: ubuntu-24.04
985
steps:
986
- uses: actions/checkout@v4
@@ -999,7 +999,7 @@ jobs:
999
max-size: 1G
1000
- name: CMake configure
1001
run: >
1002
- cmake -S . -B build
+ cmake -S . -B build -GNinja
1003
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
1004
-D CMAKE_BUILD_TYPE=RELEASE
1005
-D CMAKE_VERBOSE_MAKEFILE=ON -D USE_COVERAGE=ON
0 commit comments