Skip to content

Commit

Permalink
ci: install into default (/usr/local)
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 10, 2020
1 parent e3c35c5 commit 7df4df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ install:
- cd liblfds6.1.1
- git -c user.name='travis' -c user.email='xxx' am ../kmarkus/microblx/liblfds/*.patch
- ./bootstrap
- ./configure --prefix=/usr/
- ./configure
- make -j3
- sudo make install
- cd ..

script:
- cd kmarkus/microblx
- ./bootstrap
- ./configure --prefix=/usr/
- ./configure
- make cppcheck
- make -j3
- sudo make install
Expand All @@ -63,7 +63,7 @@ script:
# 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/
- pushd /usr/local/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
Expand Down

0 comments on commit 7df4df1

Please sign in to comment.