1 Star 0 Fork 0

求索er/PX4-ECL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
dagar 提交于 2018-05-06 03:19 +08:00 . travis-ci basic build script
sudo: required
services:
- docker
language: cpp
matrix:
fast_finish: true
include:
- env: BUILD_TARGET=coverity_scan
dist: trusty
if: branch = coverity_scan
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-
script:
- make distclean
- make
addons:
coverity_scan:
project:
name: "PX4/ecl"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: "make distclean"
build_command: "make"
branch_pattern: coverity_scan
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhu_hong_bao/PX4-ECL.git
[email protected]:zhu_hong_bao/PX4-ECL.git
zhu_hong_bao
PX4-ECL
PX4-ECL
master

搜索帮助