Skip to content

Commit b42c26a

Browse files
author
Florian Weisshardt
authored
Merge pull request #6 from ipa-fmw/travis
Travis config
2 parents e52e8de + 4aa30ca commit b42c26a

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.travis.rosinstall

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# empty

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
sudo: required
2+
dist: trusty
3+
# Force travis to use its minimal image with default Python settings
4+
language: generic
5+
compiler:
6+
- gcc
7+
8+
env:
9+
global:
10+
- CATKIN_WS=~/catkin_ws
11+
- CATKIN_WS_SRC=${CATKIN_WS}/src
12+
- CATKIN_WS_UNDERLAY=~/catkin_ws_underlay
13+
- CATKIN_WS_UNDERLAY_SRC=${CATKIN_WS_UNDERLAY}/src
14+
- CI_ROS_DISTRO="indigo"
15+
- DEFAULT_ROSINSTALL="https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.rosinstall"
16+
17+
install:
18+
- wget https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.install.sh
19+
- bash .travis.install.sh
20+
21+
script:
22+
- wget https://raw.githubusercontent.com/ipa320/care-o-bot/${CI_ROS_DISTRO}_dev/.travis.script.sh
23+
- bash .travis.script.sh

0 commit comments

Comments
 (0)