forked from floweisshardt/atf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
31 lines (27 loc) · 924 Bytes
/
.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
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"
- DEFAULT_ROSINSTALL="https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.rosinstall"
matrix:
- CATKIN_ENABLE_TESTING=OFF
- CATKIN_ENABLE_TESTING=ON
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
after_failure:
- cd $CATKIN_WS
- source devel/setup.bash > /dev/null 2>&1
- catkin_test_results --verbose