mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 16:57:41 -04:00
CI: add win32-mingw demo to GithubActions workflow
This commit is contained in:
parent
c2cdc3cb36
commit
61fed35107
2 changed files with 27 additions and 3 deletions
|
@ -12,8 +12,8 @@ else
|
|||
endif
|
||||
|
||||
# Linker - Note this expects you are using MinGW version of GCC
|
||||
LD := gcc
|
||||
LDFLAGS := -Xlinker -Map=$(BUILD_DIR)/rtosdemo.map
|
||||
LD := ${CC}
|
||||
LDFLAGS := -Xlinker -Map=$(BUILD_DIR)/rtosdemo.map
|
||||
|
||||
# Executable Targets
|
||||
EXE := $(BUILD_DIR)/RTOSDemo.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue