mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
Travis: switch to melodic-source docker container
... to build against latest MoveIt melodic-devel branch
This commit is contained in:
parent
0725f81603
commit
dadb2c1bf1
10
.travis.yml
10
.travis.yml
@ -8,18 +8,16 @@ compiler: gcc
|
|||||||
cache: ccache
|
cache: ccache
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email: true
|
||||||
recipients:
|
|
||||||
- rhaschke@techfak.uni-bielefeld.de
|
|
||||||
- me@v4hn.de
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- ROS_DISTRO=melodic
|
- DOCKER_IMAGE=moveit/moveit:melodic-source
|
||||||
- UPSTREAM_WORKSPACE=.rosinstall
|
- UPSTREAM_WORKSPACE=.rosinstall
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- env: TEST=clang-format
|
- env: TEST=clang-format
|
||||||
- env: TEST=code-coverage ROS_REPO=ros-shadow-fixed
|
- env: TEST=code-coverage
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: DOCKER_IMAGE=moveit/moveit:master-source
|
env: DOCKER_IMAGE=moveit/moveit:master-source
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user