Skip to content

Commit

Permalink
[WIP] migrate to new industrial_ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Jul 2, 2019
1 parent c663703 commit 3dd2c54
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: required
dist: trusty
language: generic
services:
- docker

cache:
directories:
Expand All @@ -10,18 +10,18 @@ env:
global:
- CCACHE_DIR=$HOME/.ccache
matrix:
- ROS_DISTRO="kinetic" ROS_REPO=ros NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true
- ROS_DISTRO="kinetic" ROS_REPO=ros NOT_TEST_INSTALL=true UPSTREAM_WORKSPACE=file
- ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true UPSTREAM_WORKSPACE=file
- ROS_DISTRO="kinetic" ROS_REPO=ros
- ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed
- ROS_DISTRO="kinetic" ROS_REPO=ros UPSTREAM_WORKSPACE=.travis.rosinstall.kinetic
- ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=.travis.rosinstall.kinetic
- ROS_DISTRO="kinetic" CLANG_FORMAT_CHECK=file
- ROS_DISTRO="kinetic" PRERELEASE=true
matrix:
allow_failures:
- env: ROS_DISTRO="kinetic" ROS_REPO=ros NOT_TEST_INSTALL=true
- env: ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed NOT_TEST_INSTALL=true
- env: ROS_DISTRO="kinetic" ROS_REPO=ros
- env: ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed

install:
- git clone --depth=1 https://github.com/ros-industrial/industrial_ci.git .ci_config
- git clone --depth=1 https://github.com/ipa-mdl/industrial_ci.git .ci_config -b colcon-rebase
script:
- .ci_config/travis.sh

0 comments on commit 3dd2c54

Please sign in to comment.