We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b053307 commit 52cb838Copy full SHA for 52cb838
1 file changed
.github/workflows/linux_uts.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Debug Build CMake
21
run: |
22
cd .debug
23
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DQUARTZ_COMPILE_UNIT_TESTS=True -DGLFW_BUILD_WAYLAND=OFF -DGLFW_BUILD_X11=ON
+ cmake .. -DCMAKE_BUILD_TYPE=Debug -DQUARTZ_COMPILE_UNIT_TESTS=True
24
- name: Debug Build Ninja
25
26
@@ -30,3 +30,4 @@ jobs:
30
31
ctest
32
33
+# cmake .. -DCMAKE_BUILD_TYPE=Debug -DQUARTZ_COMPILE_UNIT_TESTS=True -DGLFW_BUILD_WAYLAND=OFF -DGLFW_BUILD_X11=ON
0 commit comments