forked from jsk-ros-pkg/jsk_pr2eus
-
Notifications
You must be signed in to change notification settings - Fork 0
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
23 files
+17 −9 | .travis.yml | |
+162 −0 | CHANGELOG.rst | |
+5 −0 | CMakeLists.txt | |
+25 −6 | README.md | |
+7 −0 | docker.sh | |
+67 −0 | docker/Dockerfile.ros-ubuntu:12.04 | |
+5 −0 | docker/Dockerfile.ros-ubuntu:12.04-base | |
+33 −0 | docker/Dockerfile.ros-ubuntu:14.04 | |
+5 −0 | docker/Dockerfile.ros-ubuntu:14.04-base | |
+15 −0 | docker/Dockerfile.ros-ubuntu:14.04-pcl | |
+37 −0 | docker/Dockerfile.ros-ubuntu:14.04-pcl1.8 | |
+26 −0 | docker/Dockerfile.ros-ubuntu:16.04 | |
+5 −0 | docker/Dockerfile.ros-ubuntu:16.04-base | |
+14 −0 | docker/Dockerfile.ros-ubuntu:16.04-pcl | |
+26 −0 | docker/Dockerfile.ros-ubuntu:18.04 | |
+5 −0 | docker/Dockerfile.ros-ubuntu:18.04-base | |
+14 −0 | docker/Dockerfile.ros-ubuntu:18.04-pcl | |
+56 −0 | docker/Makefile | |
+6 −1 | package.xml | |
+2 −2 | rosdep-install.sh | |
+17 −0 | test/test_env_var.py | |
+117 −20 | travis.sh | |
+171 −91 | travis_jenkins.py |