Feature/router mstp example app (#101)
* Ported router-ipv6 app to router-mstp * Fixed router-ipv6 build * Added router-ipv6 and router-mstp to pipeline Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -41,6 +41,14 @@ jobs:
|
||||
os: linux
|
||||
compiler: gcc
|
||||
script: make clean router
|
||||
- stage: router-ipv6
|
||||
os: linux
|
||||
compiler: gcc
|
||||
script: make clean router-ipv6
|
||||
- stage: router-mstp
|
||||
os: linux
|
||||
compiler: gcc
|
||||
script: make clean router-mstp
|
||||
- stage: mstp-build
|
||||
os: linux
|
||||
compiler: gcc
|
||||
|
||||
Reference in New Issue
Block a user