We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aac8c5 commit 42ed86aCopy full SHA for 42ed86a
.github/workflows/ubuntu_gcc12_x86-64.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Generate Unix Makefiles
18
run: cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc-12 -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-12 -Btarget -G "Unix Makefiles"
19
- name: Build
20
- run: cmake --build target --config Release --parallel
+ run: cmake --build target --config Release
21
- name: Test
22
run: ctest --test-dir target -j32 -C Release -T test --output-on-failure -VV
23
- name: Test Report
0 commit comments