Created
October 20, 2018 21:03
-
-
Save marc-hanheide/915e4fa863c849e3eae4206b925cc134 to your computer and use it in GitHub Desktop.
ROS pre-release in LCAS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install python3-ros-buildfarm | |
| mkdir -p /tmp/prerelease_job | |
| cd /tmp/prerelease_job | |
| generate_prerelease_script.py \ | |
| https://raw.githubusercontent.com/LCAS/ros_buildfarm_config/master/index.yaml \ | |
| kinetic default ubuntu xenial amd64 \ | |
| --custom-repo pcl_catkin_test__custom-2:git:https://github.com/LCAS/pcl_catkin.git:lcas_c11 \ | |
| --level 1 --output-dir ./ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment