debugging windows CI

This commit is contained in:
2023-12-08 16:37:42 +01:00
parent 51bd482acc
commit 0b6b0b4902
2 changed files with 3 additions and 3 deletions

View File

@@ -68,8 +68,8 @@ jobs:
# Build the mlx # Build the mlx
- name: Build MacroLibX - name: Build MacroLibX
run: xmake --yes run: xmake --yes -v
# Build the test # Build the test
- name: Build Test - name: Build Test
run: xmake build --yes Test run: xmake build --yes -v Test

View File

@@ -15,7 +15,7 @@
add_requires("libsdl", "vulkan-headers") add_requires("libsdl", "vulkan-headers")
add_rules("mode.debug", "mode.release") add_rules("mode.debug", "mode.release")
set_languages("cxx17") set_languages("cxx17", "c99")
set_objectdir("objs/xmake/$(os)_$(arch)") set_objectdir("objs/xmake/$(os)_$(arch)")
set_targetdir("./") set_targetdir("./")