1
0
鏡像自 https://github.com/minetest/irrlicht.git 已同步 2025-07-06 02:00:25 +02:00

Compile at least one CI build as debug

此提交包含在:
sfan5
2024-02-23 13:18:56 +01:00
父節點 2db8c8728e
當前提交 7241a49566

查看文件

@ -72,7 +72,7 @@ jobs:
- name: Build
run: |
cmake . -DBUILD_EXAMPLES=1 -DUSE_SDL2=ON
cmake . -DBUILD_EXAMPLES=1 -DUSE_SDL2=ON -DCMAKE_BUILD_TYPE=Debug
make -j2
- name: Test (headless)