Skip to content

Commit

Permalink
Merge pull request #75 from 130s/ci/abi_check
Browse files Browse the repository at this point in the history
[CI] Add ABI check using industrial_ci. Update for ROS Jade
  • Loading branch information
130s committed Jan 10, 2018
2 parents 21ea067 + 89769c6 commit 93794e4
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,21 @@ notifications:
- gm130s@gmail.com
env:
matrix:
- ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
- ROS_DISTRO="indigo" ROS_REPO=ros
- ROS_DISTRO="indigo" ROS_REPO=ros-shadow-fixed
- ROS_DISTRO="indigo" PRERELEASE=true
- ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
- ROS_DISTRO="jade" PRERELEASE=true
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
- ROS_DISTRO="jade" ROS_REPO=ros
- ROS_DISTRO="kinetic" ROS_REPO=ros ABICHECK_URL='github:ros-drivers/openni2_camera#indigo-devel'
- ROS_DISTRO="kinetic" ROS_REPO=ros-shadow-fixed ABICHECK_URL='github:ros-drivers/openni2_camera#indigo-devel'
- ROS_DISTRO="kinetic" PRERELEASE=true
- ROS_DISTRO="lunar" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- ROS_DISTRO="lunar" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
- ROS_DISTRO="lunar" ROS_REPO=ros ABICHECK_URL='github:ros-drivers/openni2_camera#indigo-devel'
- ROS_DISTRO="lunar" ROS_REPO=ros-shadow-fixed ABICHECK_URL='github:ros-drivers/openni2_camera#indigo-devel'
- ROS_DISTRO="lunar" PRERELEASE=true
matrix:
allow_failures:
- env: ROS_DISTRO="indigo" PRERELEASE=true # Run docker-based ROS prerelease test http://wiki.ros.org/bloom/Tutorials/PrereleaseTest Because we might not want to run prerelease test for all PRs, it's omitted from pass-fail criteria.
- env: ROS_DISTRO="indigo" PRERELEASE=true
- env: ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- env: ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
- env: ROS_DISTRO="jade" PRERELEASE=true
- env: ROS_DISTRO="jade" ROS_REPO=ros
- env: ROS_DISTRO="kinetic" PRERELEASE=true
- env: ROS_DISTRO="lunar" PRERELEASE=true
install:
Expand Down

0 comments on commit 93794e4

Please sign in to comment.