Fix BACnet/IP builds for BBMD clients without BBMD tables. (#523)

* Fix BACnet/IP builds for BBMD clients without BBMD tables.

* added BBMD=client to pipeline build

---------

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2023-10-31 10:57:44 -05:00
committed by GitHub
parent c1464a1660
commit 2536d5a350
7 changed files with 39 additions and 2 deletions
+14
View File
@@ -49,6 +49,20 @@ jobs:
make clean
make BBMD=none all
bip-client-bbmd-apps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create Build Environment
run: |
sudo apt-get update -qq
sudo apt-get install -qq libconfig-dev
- name: Build Demo Apps BBMD=client
run: |
gcc --version
make clean
make BBMD=client all
gateway:
runs-on: ubuntu-latest
steps: