mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
debugging windows CI
This commit is contained in:
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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("./")
|
||||||
|
|||||||
Reference in New Issue
Block a user