Fixed router app after BACnet IPv4 refactor

This commit is contained in:
Steve Karg
2020-04-13 14:55:18 -05:00
parent 40f7aaba74
commit 33cc55db30
4 changed files with 11 additions and 8 deletions
+5
View File
@@ -9,6 +9,7 @@ before_install:
- sudo apt-get install -qq libnewlib-arm-none-eabi
- sudo apt-get install -qq gcc-avr avr-libc binutils-avr
- sudo apt-get install -qq mingw-w64
- sudo apt-get install -qq libconfig-dev
compiler:
- gcc
@@ -36,6 +37,10 @@ jobs:
os: linux
compiler: gcc
script: make clean gateway
- stage: router
os: linux
compiler: gcc
script: make clean router
- stage: mstp-build
os: linux
compiler: gcc