forked from swri-robotics/toolpath_offline_planning
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
46 lines (41 loc) · 1.04 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
language: generic
services:
- docker
notifications:
email:
on_success: never
on_failure: never
env:
global:
- UPSTREAM_WORKSPACE=file
- ROSINSTALL_FILENAME=opp.rosinstall
- ROS_REPO=ros
- CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug"
- ROSDEP_SKIP_KEYS="libqt5sql5-mysql"
jobs:
include:
- os: linux
dist: bionic
language: cpp
env:
- ROS_DISTRO="melodic"
- CLANG_FORMAT_CHECK=file
- CLANG_FORMAT_VERSION=8
- AFTER_SCRIPT=""
- BADGE=clang-format
cache:
directories:
- $HOME/.ccache
- os: linux
dist: xenial
language: cpp
env:
- ROS_DISTRO="kinetic"
- DOCKER_IMAGE=rosindustrial/noether:kinetic
- NOT_TEST_BUILD=true
- BEFORE_INIT="apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654"
- BADGE=xenial
install:
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci -b master
script:
- .industrial_ci/travis.sh