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 278108e commit d78047aCopy full SHA for d78047a
.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
@@ -30,6 +30,7 @@ jobs:
30
31
32
-DRunDualScreenTests=OFF
33
- run: ctest --output-on-failure --timeout 60
0 commit comments