adding build readme for xmake, fixing windows workflow

This commit is contained in:
Kbz-8
2023-12-09 13:24:40 +01:00
parent 5dcc2045d6
commit 1a9a6ec6f8
4 changed files with 55 additions and 2 deletions

View File

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