mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-06-03 07:08:15 +02:00
suppress warnings
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
# Build the lib
|
||||
- name: Build MacroLibX
|
||||
run: make -j
|
||||
run: make -j && make fclean && make -j DEBUG=true
|
||||
|
||||
# Build the test
|
||||
- name: Build Test
|
||||
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
# Build the lib
|
||||
- name: Build MacroLibX
|
||||
run: make TOOLCHAIN=gcc -j
|
||||
run: make TOOLCHAIN=gcc -j && make fclean && make TOOLCHAIN=gcc DEBUG=true -j
|
||||
|
||||
# Build the test
|
||||
- name: Build Test
|
||||
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
# Build the lib
|
||||
- name: Build MacroLibX
|
||||
run: make -j
|
||||
run: make -j && make fclean && make DEBUG=true -j
|
||||
|
||||
# Build the test
|
||||
- name: Build Test
|
||||
|
||||
Reference in New Issue
Block a user