mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing unit tests CI
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
|||||||
- name: Configure xmake and install dependencies
|
- name: Configure xmake and install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd ../MacroUnitTest
|
cd ../MacroUnitTest
|
||||||
xmake config -P . --toolchain=clang --ccache=n --yes
|
xmake config --toolchain=clang --ccache=n --yes
|
||||||
|
|
||||||
# Save dependencies
|
# Save dependencies
|
||||||
- name: Save cached xmake dependencies
|
- name: Save cached xmake dependencies
|
||||||
@@ -75,4 +75,4 @@ jobs:
|
|||||||
- name: Build and run unit tester
|
- name: Build and run unit tester
|
||||||
run: |
|
run: |
|
||||||
cd ../MacroUnitTest
|
cd ../MacroUnitTest
|
||||||
xmake run -P . -vD MacroUnitTest --headless --path="{{ runner.workspace }}/libmlx.so"
|
xmake run MacroUnitTest --headless --path="${{ runner.workspace }}/libmlx.so"
|
||||||
|
|||||||
Reference in New Issue
Block a user