Bugfix/router mstp builds (#630)
* Fixed example app router-ipv6 to build under ports/win32 * Fixed example app router-mstp to build under ports/win32 with MinGW * Added win32 builds of router-ipv6 and router-mstp to the Github pipeline
This commit is contained in:
@@ -241,3 +241,9 @@ jobs:
|
||||
export LD=i686-w64-mingw32-ld
|
||||
i686-w64-mingw32-gcc --version
|
||||
make win32
|
||||
- name: Build Win32 Demo IP to IPv6 Router
|
||||
run: make LEGACY=true BUILD=win32 router-ipv6
|
||||
- name: Build Win32 Demo IP to MS/TP Router
|
||||
run: make LEGACY=true BUILD=win32 router-mstp
|
||||
- name: Build Win32 Demo Gateway
|
||||
run: make LEGACY=true BUILD=win32 gateway
|
||||
|
||||
Reference in New Issue
Block a user