forked from swri-robotics/ros_scxml
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
58 lines (48 loc) · 1.17 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
47
48
49
50
51
52
53
54
55
56
57
58
sudo: required
language: generic
services:
- docker
git:
quiet: true
submodules: true
notifications:
email:
on_success: never
on_failure: never
env:
global:
- CCACHE_DIR=$HOME/.ccache
- ROS_REPO=ros
- CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug"
jobs:
include:
- os: linux
dist: bionic
language: cpp
env:
- ROS_DISTRO="dashing"
- CLANG_FORMAT_CHECK=file
- CLANG_FORMAT_VERSION=8
- AFTER_SCRIPT=""
- BADGE=clang-format
- ROSDEP_SKIP_KEYS="catkin roscpp"
cache:
directories:
- $HOME/.ccache
- os: linux
dist: bionic
language: cpp
env:
- DOCKER_IMAGE=mpowelson/bionic-qt-ros:eloquent
- ROS_DISTRO="eloquent"
- NOT_TEST_BUILD=true
- BEFORE_INIT="apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654"
- BADGE=eloquent
- ROSDEP_SKIP_KEYS="catkin roscpp"
cache:
directories:
- $HOME/.ccache
install:
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci -b master
script:
- .industrial_ci/travis.sh