forked from ipa320/cob_navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
24 lines (21 loc) · 766 Bytes
/
.travis.yml
File metadata and controls
24 lines (21 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sudo: required
dist: trusty
# Force travis to use its minimal image with default Python settings
language: generic
compiler:
- gcc
env:
global:
- CATKIN_WS=~/catkin_ws
- CATKIN_WS_SRC=${CATKIN_WS}/src
- CATKIN_WS_UNDERLAY=~/catkin_ws_underlay
- CATKIN_WS_UNDERLAY_SRC=${CATKIN_WS_UNDERLAY}/src
- CI_ROS_DISTRO="indigo"
- ROS_PARALLEL_JOBS=-j1
- DEFAULT_ROSINSTALL="https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.rosinstall"
install:
- wget https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.install.sh
- bash .travis.install.sh
script:
- wget https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.script.sh
- bash .travis.script.sh