Skip to content

Commit

Permalink
ci, tutorial: correct wrong build cmd
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 9, 2020
1 parent 16866ed commit e458d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ script:
- ubx-launch -t 2 -c examples/platform/platform_launch/platform_2dof_and_control.usc
# build the c-launch example
- pushd examples/platform/platform_launch
- ./bootstrap && ./configure && make
- autoreconf -i && ./configure && make
- popd

0 comments on commit e458d72

Please sign in to comment.