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 a0a246c commit 07a7d13Copy full SHA for 07a7d13
.github/workflows/clang.yml
@@ -34,6 +34,7 @@ jobs:
34
-DCMAKE_VERBOSE_MAKEFILE=ON
35
-DUsePrerenderedPDF=ON
36
-DCodeCoverage=ON
37
+ -DWarningAsError=ON
38
-DCMAKE_BUILD_TYPE=${{matrix.buildtype}}
39
.
40
- run: cmake --build build/
.github/workflows/osx.yml
@@ -29,6 +29,7 @@ jobs:
29
30
31
-DRunDualScreenTests=OFF
32
33
- run: ctest --output-on-failure --timeout 60
0 commit comments