mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
Update FreeRTOS-Kernel path in IPv6 demo project (#1065)
* Update FreeRTOS-Kernel path in IPv6 demo project * Add IPv6 demo in CI flow.
This commit is contained in:
parent
9389770c1a
commit
9a9e6236a1
2 changed files with 6 additions and 2 deletions
4
.github/workflows/freertos_plus_demos.yml
vendored
4
.github/workflows/freertos_plus_demos.yml
vendored
|
|
@ -737,6 +737,10 @@ jobs:
|
|||
working-directory: FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_FIPS_Ready_Windows_Simulator
|
||||
run: msbuild FreeRTOS_Plus_WolfSSL.sln -t:rebuild -property:Configuration=Debug -m
|
||||
|
||||
- name: Build FreeRTOS+TCP IPv6 Demo
|
||||
working-directory: FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo
|
||||
run: msbuild FreeRTOS_Plus_TCP_IPv6_Multi.sln -t:rebuild -property:Configuration=Debug -m
|
||||
|
||||
winsim_plus_demos:
|
||||
name: FreeRTOS+CLI Windows Simulator Demos
|
||||
runs-on: windows-2019
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue