Skip to content

Commit

Permalink
ci: add threshold example
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jun 10, 2020
1 parent 8887593 commit 8706f87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ script:
- ./run_tests.sh
# test generating an out-of-tree block
- ubx-genblock -d /tmp/testblock/ -c examples/blockmodels/block_model_example.lua
- cd /tmp/testblock/
- pushd /tmp/testblock/
- ./bootstrap
- ./configure
- make
- sudo make install
- ubx-launch -t 1 -webif -c myblock.usc
- popd
- ubx-launch -t 3 -s -check -c unconn_inports,unconn_outports examples/usc/threshold.usc
- cd /usr/share/ubx/examples/usc/pid/
- ubx-launch -t 3 -s -check unconn_inports,unconn_outports -c pid_test.usc,ptrig_nrt.usc

0 comments on commit 8706f87

Please sign in to comment.