Skip to content

Commit

Permalink
ci: fix minor path issue
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jul 8, 2020
1 parent 60ffd32 commit e0aabdd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,15 @@ script:
# test generating an out-of-tree block
- ubx-genblock -d /tmp/testblock/ -c examples/blockmodels/block_model_example.lua
- pushd /tmp/testblock/
- ./bootstrap
- ./configure
- make
- sudo make install
- ./bootstrap && ./configure && make && sudo make install
- ubx-launch -t 1 -webif -c myblock.usc
- popd
# run the threshold example
- ubx-launch -t 3 -s -check unconn_inports,unconn_outports -c examples/usc/threshold.usc
# run the pid example
- pushd /usr/share/ubx/examples/usc/pid/
- ubx-launch -t 3 -s -check unconn_inports,unconn_outports -c pid_test.usc,ptrig_nrt.usc
- popd
# build and run tutorial
# platform_2dof
- ubx-genblock -c examples/platform/platform_2dof.lua -d /tmp/platform_2dof/
Expand Down

0 comments on commit e0aabdd

Please sign in to comment.