-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add_structuretest
- 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
+19 −2 | .travis.yml | |
+103 −0 | CHANGELOG.rst | |
+5 −1 | CMakeLists.txt | |
+11 −0 | README.md | |
+4 −96 | docker.sh | |
+0 −2 | docker/Dockerfile.ros-ubuntu:12.04-base | |
+0 −2 | docker/Dockerfile.ros-ubuntu:14.04-base | |
+11 −3 | docker/Dockerfile.ros-ubuntu:14.04-pcl | |
+25 −3 | docker/Dockerfile.ros-ubuntu:14.04-pcl1.8 | |
+0 −2 | docker/Dockerfile.ros-ubuntu:16.04-base | |
+15 −1 | docker/Dockerfile.ros-ubuntu:16.04-pcl | |
+0 −2 | docker/Dockerfile.ros-ubuntu:18.04-base | |
+15 −1 | docker/Dockerfile.ros-ubuntu:18.04-pcl | |
+48 −0 | docker/Dockerfile.ros-ubuntu:20.04 | |
+3 −0 | docker/Dockerfile.ros-ubuntu:20.04-base | |
+25 −0 | docker/Dockerfile.ros-ubuntu:20.04-pcl | |
+30 −15 | docker/Makefile | |
+15 −6 | package.xml | |
+8 −0 | rosdep-install.sh | |
+5 −0 | test/test_env_var.py | |
+19 −0 | test/test_scipy.py | |
+45 −37 | travis.sh | |
+74 −23 | travis_jenkins.py | |
+95 −0 | travis_utils.sh |