Bugfix #276 failed

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2021-04-30 16:18:14 +09:00
parent 2bf7985e2b
commit 9a84cc9a6a
2 changed files with 10 additions and 10 deletions

View File

@@ -9,3 +9,13 @@ echo "travis build dir $TRAVIS_BUILD_DIR pwd $PWD"
cmake ..
make
ctest -VV --timeout 600
cmake .. -DSENSORNET=xbee
make MQTT-SNGateway
cmake .. -DSENSORNET=udp6
make MQTT-SNGateway
cmake .. -DSENSORNET=loralink
make MQTT-SNGateway
make test
cd MQTTSMGateway/GatewayTester
make