travis: install genmsg which is required by genmsp.
Signed-off-by: Michael Hope <mlhx@google.com>
This commit is contained in:
parent
6d276d49cb
commit
9c3322221f
1 changed files with 5 additions and 2 deletions
|
@ -29,7 +29,10 @@ install:
|
|||
- sudo apt-get install build-essential git libc6-i386
|
||||
- tar -xf gcc-arm-none-eabi-4_8-2014q3-20140805-linux.tar.bz2
|
||||
- export PATH=$PATH:$PWD/gcc-arm-none-eabi-4_8-2014q3/bin
|
||||
|
||||
- sudo apt-get install -qq python-catkin-pkg python-empy
|
||||
- git clone https://github.com/ros/genmsg
|
||||
- cd genmsg && sudo python setup.py install && cd ..
|
||||
|
||||
before_script: arm-none-eabi-gcc --version
|
||||
script: ./.travis.sh
|
||||
|
||||
|
@ -38,4 +41,4 @@ cache: apt
|
|||
notifications:
|
||||
irc: "chat.freenode.net#cleanflight"
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
skip_join: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue