代码拉取完成,页面将自动刷新
# Use docker to test on a more modern Ubuntu distro
language: cpp
sudo: required
dist: trusty
before_script:
- export CI_SOURCE_PATH=$(pwd)
- export REPOSITORY_NAME=${PWD##*/}
- export CODECOV_VARS=$(bash <(curl -s https://codecov.io/env))
- export BUILD_TYPE=Debug
- docker images
script:
- travis/travis_docker.sh
env:
global:
- MAKEFLAGS="-j 2"
- CCACHE_SLOPPINESS=pch_defines,time_macros
jobs:
include:
- stage: Build libs (stage 1/2)
env: STAGE=1 TASK="build" DEPS="full" BUILD_TARGET="hwdrivers"
compiler: gcc
- env: STAGE=1 TASK="build" DEPS="full" BUILD_TARGET="hwdrivers"
compiler: clang
- env: STAGE=1 TASK="build" DEPS="headless" BUILD_TARGET="hwdrivers"
compiler: gcc
- env: STAGE=1 TASK="build" DEPS="minimal" BUILD_TARGET="hwdrivers"
compiler: gcc
- stage: Build libs (stage 2/2)
env: STAGE=2 TASK="build" DEPS="full" BUILD_TARGET="hmtslam"
compiler: gcc
- env: STAGE=2 TASK="build" DEPS="full" BUILD_TARGET="hmtslam"
compiler: clang
- env: STAGE=2 TASK="build" DEPS="headless" BUILD_TARGET="hmtslam"
compiler: gcc
- env: STAGE=2 TASK="build" DEPS="minimal" BUILD_TARGET="hmtslam"
compiler: gcc
- stage: Tests, Examples, apps
env: STAGE=3 TASK="test" DEPS="full"
compiler: gcc
- env: STAGE=3 TASK="test" DEPS="full"
compiler: clang
- env: STAGE=3 TASK="test" DEPS="headless"
compiler: gcc
- env: STAGE=3 TASK="test" DEPS="minimal"
compiler: gcc
- env: STAGE=3 TASK="build" DEPS="full" BUILD_TARGET="examples"
compiler: gcc
- env: STAGE=3 TASK="build" DEPS="full" BUILD_TARGET="examples"
compiler: clang
- env: STAGE=3 TASK="build" DEPS="headless" BUILD_TARGET="examples"
compiler: gcc
- env: STAGE=3 TASK="build" DEPS="minimal" BUILD_TARGET="examples"
compiler: gcc
- env: STAGE=3 TASK="build" DEPS="full" BUILD_TARGET="apps"
compiler: gcc
- env: STAGE=3 TASK="build" DEPS="full" BUILD_TARGET="apps"
compiler: clang
- env: STAGE=3 TASK="build" DEPS="headless" BUILD_TARGET="apps"
compiler: gcc
- env: STAGE=3 TASK="build" DEPS="minimal" BUILD_TARGET="apps"
compiler: gcc
- stage: Extended Builds and Tests
language: python
env: TASK="lint" DEPS="full"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。