mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 06:33:35 +00:00
🔨 chore(actions): change usage of DEBUG=true to the debug rule
This commit is contained in:
2
.github/workflows/linux_clang.yml
vendored
2
.github/workflows/linux_clang.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
# Build the lib
|
||||
- name: Build MacroLibX
|
||||
run: make -j && make fclean && make -j DEBUG=true
|
||||
run: make -j && make fclean && make debug
|
||||
|
||||
# Build the example
|
||||
- name: Build Example
|
||||
|
||||
2
.github/workflows/linux_gcc.yml
vendored
2
.github/workflows/linux_gcc.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
# Build the lib
|
||||
- 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
|
||||
|
||||
# Build the example
|
||||
- name: Build Example
|
||||
|
||||
2
.github/workflows/macos_x86.yml
vendored
2
.github/workflows/macos_x86.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
# Build the lib
|
||||
- name: Build MacroLibX
|
||||
run: make -j && make fclean && make DEBUG=true -j
|
||||
run: make -j && make fclean && make debug
|
||||
|
||||
# Build the example
|
||||
- name: Build Example
|
||||
|
||||
Reference in New Issue
Block a user