-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule .travis
updated
24 files
+4 −4 | .github/workflows/generate_action_config.py | |
+10 −4 | .github/workflows/indigo.yml | |
+10 −4 | .github/workflows/kinetic.yml | |
+38 −24 | .github/workflows/main.yml | |
+10 −4 | .github/workflows/melodic.yml | |
+10 −4 | .github/workflows/noetic.yml | |
+1 −1 | .github/workflows/python2.yml | |
+1 −1 | .github/workflows/python3.yml | |
+3 −2 | .travis.yml | |
+0 −0 | CATKIN_IGNORE | |
+41 −0 | CHANGELOG.rst | |
+5 −1 | action.yml | |
+1 −1 | docker/Dockerfile.ros-ubuntu:14.04-pcl | |
+1 −1 | docker/Dockerfile.ros-ubuntu:14.04-pcl1.8 | |
+1 −1 | docker/Dockerfile.ros-ubuntu:16.04 | |
+1 −1 | docker/Dockerfile.ros-ubuntu:16.04-pcl | |
+1 −1 | docker/Dockerfile.ros-ubuntu:18.04 | |
+1 −1 | docker/Dockerfile.ros-ubuntu:18.04-pcl | |
+1 −1 | docker/Dockerfile.ros-ubuntu:20.04-pcl | |
+1 −1 | package.xml | |
+12 −0 | rosdep_snapshots/30-bionic.list | |
+12 −0 | rosdep_snapshots/30-xenial.list | |
+9 −3 | travis.sh | |
+11 −1 | travis_jenkins.py |