Fix Mac OS X Travis, fix UAVCAN URL

This commit is contained in:
Lorenz Meier 2015-10-06 10:51:19 +02:00
parent 83602ad7d6
commit 62467a4cdd
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -6,7 +6,7 @@
url = git://github.com/PX4/NuttX.git url = git://github.com/PX4/NuttX.git
[submodule "src/lib/uavcan"] [submodule "src/lib/uavcan"]
path = src/lib/uavcan path = src/lib/uavcan
url = git://github.com/jgoppert/libuavcan.git url = git://github.com/UAVCAN/libuavcan.git
[submodule "Tools/genmsg"] [submodule "Tools/genmsg"]
path = Tools/genmsg path = Tools/genmsg
url = https://github.com/ros/genmsg.git url = https://github.com/ros/genmsg.git

View File

@ -102,7 +102,7 @@ script:
- echo 'Running Tests..' && echo -en 'travis_fold:start:script.4\\r' - echo 'Running Tests..' && echo -en 'travis_fold:start:script.4\\r'
- make px4fmu-v2_default test - make px4fmu-v2_default test
- echo -en 'travis_fold:end:script.4\\r' - echo -en 'travis_fold:end:script.4\\r'
- make px4fmu-v2_default package #- make px4fmu-v2_default package
#- make posix -j4 #- make posix -j4
#- ccache -s #- ccache -s
#- echo -en 'travis_fold:end:script.1\\r' #- echo -en 'travis_fold:end:script.1\\r'