add mstp targets into Makefile. Add mstp as stage in CI jobs. (#41)
* add mstp targets into Makefile. Add mstp as stage in CI jobs.
This commit is contained in:
@@ -27,6 +27,10 @@ jobs:
|
||||
os: linux
|
||||
compiler: gcc
|
||||
script: make clean gateway
|
||||
- stage: mstp-build
|
||||
os: linux
|
||||
compiler: gcc
|
||||
script: make clean mstp
|
||||
- stage: lint
|
||||
os: linux
|
||||
compiler: clang
|
||||
|
||||
Reference in New Issue
Block a user