mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing the workflows
This commit is contained in:
6
.github/workflows/linux_clang.yml
vendored
6
.github/workflows/linux_clang.yml
vendored
@@ -37,6 +37,6 @@ jobs:
|
|||||||
- name: Build MacroLibX
|
- name: Build MacroLibX
|
||||||
run: make -j && make fclean && make -j DEBUG=true
|
run: make -j && make fclean && make -j DEBUG=true
|
||||||
|
|
||||||
# Build the test
|
# Build the example
|
||||||
- name: Build Test
|
- name: Build Example
|
||||||
run: cd test && bash ./build.sh
|
run: cd example && bash ./build.sh
|
||||||
|
|||||||
6
.github/workflows/linux_gcc.yml
vendored
6
.github/workflows/linux_gcc.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Build MacroLibX
|
- name: Build MacroLibX
|
||||||
run: make TOOLCHAIN=gcc -j && make fclean && make TOOLCHAIN=gcc DEBUG=true -j
|
run: make TOOLCHAIN=gcc -j && make fclean && make TOOLCHAIN=gcc DEBUG=true -j
|
||||||
|
|
||||||
# Build the test
|
# Build the example
|
||||||
- name: Build Test
|
- name: Build Example
|
||||||
run: cd test && bash ./build.sh
|
run: cd example && bash ./build.sh
|
||||||
|
|
||||||
|
|||||||
6
.github/workflows/macos_x86.yml
vendored
6
.github/workflows/macos_x86.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
- name: Build MacroLibX
|
- name: Build MacroLibX
|
||||||
run: make -j && make fclean && make DEBUG=true -j
|
run: make -j && make fclean && make DEBUG=true -j
|
||||||
|
|
||||||
# Build the test
|
# Build the example
|
||||||
- name: Build Test
|
- name: Build Example
|
||||||
run: cd test && bash ./build.sh
|
run: cd example && bash ./build.sh
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@@ -58,6 +58,6 @@ jobs:
|
|||||||
- name: Build MacroLibX
|
- name: Build MacroLibX
|
||||||
run: xmake --yes
|
run: xmake --yes
|
||||||
|
|
||||||
# Build the test
|
# Build the example
|
||||||
- name: Build Test
|
- name: Build Example
|
||||||
run: xmake build --yes Test
|
run: xmake build --yes Test
|
||||||
|
|||||||
Reference in New Issue
Block a user