1 Star 3 Fork 1

超维空间科技/PX4 1.14.0 leader-follow-vtol

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 907 Bytes
一键复制 编辑 原始数据 按行查看 历史
Justin 提交于 2022-09-07 00:09 . Update CI to use the main branches.
language: cpp
git:
depth: 100
submodules: false
matrix:
fast_finish: true
include:
- os: linux
dist: xenial
# In order to stay under the coverity rate limit, we only run this weekly
# and not on push which is configured in travis-ci settings.
if: branch = main
before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
install:
- export PATH=$HOME/.local/bin:$PATH
- pip install --user --upgrade pip
- pip install --user -r Tools/setup/requirements.txt
script:
- make
addons:
coverity_scan:
project:
name: "PX4/Firmware"
description: "Build submitted via Travis CI"
notification_email: ci@px4.io
build_command_prepend: "make distclean"
build_command: "make px4_sitl_default"
branch_pattern: coverity_scan
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Mbot_admin/px4-1.14.0-leader-follow-vtol.git
git@gitee.com:Mbot_admin/px4-1.14.0-leader-follow-vtol.git
Mbot_admin
px4-1.14.0-leader-follow-vtol
PX4 1.14.0 leader-follow-vtol
swarm

搜索帮助