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 f8164c5 commit 1111e41Copy full SHA for 1111e41
.github/workflows/CI.yaml
@@ -55,7 +55,7 @@ jobs:
55
run: mkdir ${{github.workspace}}/build
56
57
- name: Configure CMake
58
- run: cmake -DALP_BUILD_TESTING=ON -S ${{github.workspace}} -B ${{github.workspace}}/build
+ run: cmake -DALP_BUILD_TESTING=ON -DALP_ENABLE_VERBOSE_OUTPUT=ON -S ${{github.workspace}} -B ${{github.workspace}}/build
59
env:
60
CXX: ${{ matrix.cxx }}
61
0 commit comments