mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fix Mac OS X Travis, fix UAVCAN URL
This commit is contained in:
parent
83602ad7d6
commit
62467a4cdd
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||||
|
|||||||
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user