Test backward compatibility for users who build from source
This commit is contained in:
parent
595067b122
commit
19cd3cfd75
15
.travis.yml
15
.travis.yml
@ -5,12 +5,17 @@ services:
|
|||||||
- docker
|
- docker
|
||||||
cache: ccache
|
cache: ccache
|
||||||
env:
|
env:
|
||||||
global:
|
|
||||||
- ROS_DISTRO=melodic
|
|
||||||
matrix:
|
matrix:
|
||||||
- DOCKER_IMAGE=debian:stretch
|
# Test the target distro.
|
||||||
- DOCKER_IMAGE=ubuntu:artful
|
- ROS_DISTRO=melodic DOCKER_IMAGE=debian:stretch
|
||||||
- DOCKER_IMAGE=ubuntu:bionic
|
- ROS_DISTRO=melodic DOCKER_IMAGE=ubuntu:artful
|
||||||
|
- ROS_DISTRO=melodic DOCKER_IMAGE=ubuntu:bionic
|
||||||
|
# To test backward compatibility for users who build from source.
|
||||||
|
- ROS_DISTRO=lunar DOCKER_IMAGE=debian:stretch
|
||||||
|
- ROS_DISTRO=lunar DOCKER_IMAGE=ubuntu:xenial
|
||||||
|
- ROS_DISTRO=kinetic DOCKER_IMAGE=debian:jessie
|
||||||
|
- ROS_DISTRO=kinetic DOCKER_IMAGE=ubuntu:xenial
|
||||||
|
- ROS_DISTRO=indigo DOCKER_IMAGE=ubuntu:trusty
|
||||||
# Install system dependencies, namely ROS.
|
# Install system dependencies, namely ROS.
|
||||||
before_install:
|
before_install:
|
||||||
# Define some config vars.
|
# Define some config vars.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user