We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb1ece commit 7418093Copy full SHA for 7418093
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- { name: Windows Clang, os: windows-2022, flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
30
- { name: Linux GCC, os: ubuntu-22.04, flags: -GNinja }
31
- { name: Linux Clang, os: ubuntu-22.04, flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
32
- - { name: macOS Clang, os: macos-14, flags: -GNinja -DIMGUI_SFML_BUILD_TESTING=OFF }
+ - { name: macOS Clang, os: macos-14, flags: -GNinja }
33
config:
34
- { name: Shared, flags: -DBUILD_SHARED_LIBS=ON -DIMGUI_SFML_BUILD_TESTING=OFF }
35
- { name: Static, flags: -DBUILD_SHARED_LIBS=OFF }
0 commit comments