File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ notifications:
9
9
env :
10
10
global :
11
11
- ROS_REPO=ros
12
+ - VERBOSE_OUTPUT=false
13
+ - VERBOSE_TESTS=false
14
+ - NOT_TEST_DOWNSTREAM=true
15
+ - CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
12
16
matrix :
13
- - ROS_DISTRO=indigo UPSTREAM_WORKSPACE=file
14
- - ROS_DISTRO=indigo UPSTREAM_WORKSPACE=debian
15
- - ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=file
16
- - ROS_DISTRO=kinetic UPSTREAM_WORKSPACE=debian
17
- - ROS_DISTRO=melodic UPSTREAM_WORKSPACE=file
18
- - ROS_DISTRO=melodic UPSTREAM_WORKSPACE=debian
17
+ - ROS_DISTRO=kinetic
18
+ - ROS_DISTRO=melodic
19
19
install :
20
- - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
20
+ - git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci -b master
21
21
script :
22
- - .ci_config/travis.sh
23
- # - ./travis.sh # Enable this when you have a package-local script
22
+ - .industrial_ci/travis.sh
You can’t perform that action at this time.
0 commit comments