mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-06-03 07:08:15 +02:00
fixing the workflows
This commit is contained in:
@@ -37,6 +37,6 @@ jobs:
|
||||
- name: Build MacroLibX
|
||||
run: make -j && make fclean && make -j DEBUG=true
|
||||
|
||||
# Build the test
|
||||
- name: Build Test
|
||||
run: cd test && bash ./build.sh
|
||||
# Build the example
|
||||
- name: Build Example
|
||||
run: cd example && bash ./build.sh
|
||||
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Build MacroLibX
|
||||
run: make TOOLCHAIN=gcc -j && make fclean && make TOOLCHAIN=gcc DEBUG=true -j
|
||||
|
||||
# Build the test
|
||||
- name: Build Test
|
||||
run: cd test && bash ./build.sh
|
||||
# Build the example
|
||||
- name: Build Example
|
||||
run: cd example && bash ./build.sh
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Build MacroLibX
|
||||
run: make -j && make fclean && make DEBUG=true -j
|
||||
|
||||
# Build the test
|
||||
- name: Build Test
|
||||
run: cd test && bash ./build.sh
|
||||
# Build the example
|
||||
- name: Build Example
|
||||
run: cd example && bash ./build.sh
|
||||
|
||||
|
||||
@@ -58,6 +58,6 @@ jobs:
|
||||
- name: Build MacroLibX
|
||||
run: xmake --yes
|
||||
|
||||
# Build the test
|
||||
- name: Build Test
|
||||
# Build the example
|
||||
- name: Build Example
|
||||
run: xmake build --yes Test
|
||||
|
||||
Reference in New Issue
Block a user