Skip to content

Commit 8b142e2

Browse files
committed
Add Noetic to CI
1 parent 3a8fd8e commit 8b142e2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ env:
1212
- ROS_DISTRO="melodic" CATKIN_CONFIG='-DCMAKE_BUILD_TYPE=Debug'
1313
- ROS_DISTRO="melodic" CATKIN_CONFIG='-DCMAKE_BUILD_TYPE=Release'
1414
- ROS_DISTRO="melodic" PRERELEASE=true
15-
- ROS_DISTRO="melodic" OS_NAME="debian" OS_CODE_NAME="stretch"
15+
- ROS_DISTRO="noetic" CATKIN_CONFIG='-DCMAKE_BUILD_TYPE=Debug'
16+
- ROS_DISTRO="noetic" CATKIN_CONFIG='-DCMAKE_BUILD_TYPE=Release'
17+
- ROS_DISTRO="noetic" PRERELEASE=true
18+
#- ROS_DISTRO="melodic" OS_NAME="debian" OS_CODE_NAME="stretch"
1619
matrix:
1720
allow_failures:
1821
- env: ROS_DISTRO="kinetic" PRERELEASE=true
1922
- env: ROS_DISTRO="melodic" PRERELEASE=true
23+
- env: ROS_DISTRO="noetic" PRERELEASE=true
2024
install:
21-
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config
25+
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b master
2226
script:
2327
- source .ci_config/travis.sh

0 commit comments

Comments
 (0)