No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
industrial_ci package from industrial_ci repoindustrial_ci |
|
Package Summary
Tags | No category tags. |
Version | 0.10.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-industrial/industrial_ci.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package contains CI (Continuous Integration) configuration that any ROS-powered packages can commonly use. Some notable feature:
Additional Links
Maintainers
- Isaac I. Y. Saito
- Mathias Lüdtke
- Miguel Prada
Authors
- Isaac I. Y. Saito
- Mathias Lüdtke
README
No README found.
See repository README.
CHANGELOG
Changelog for package industrial_ci
0.10.0 (2020-04-08)
- [maintenance] major refactoring
- [improve] introduce PARALLEL_TESTS to disable the test jobs limit of 1
- [improve] refactored folding to support different types: none, Gitlab CI, GitHub Actions, Travis CI
- [capability] implemented clang-tidy check
- [improve] added support for ROS_PYTHON_VERSION and ROS1 noetic
- [capability] added support for ROS2 (ardent to foxy)
- [improve] added support for BUILDER: catkin_tools, colcon, catkin_make, catkin_make_isolated
- [improve] new chained workspace layout: upstream, target, downstream
- [capability] implemented new hook system and helpers
- [capability] implemented workspace helpers with vcs support
- [maintenance] remove support for INJECT_QEMU
- [maintenance] remove support for CATKIN_CONFIG
- [maintenance] drop support for ROS hydro
- [maintenance] removed ROS install tests
- Contributors: Alexander Gutenkunst, Felix Messmer, Mathias Lüdtke, Mikael Arguedas
0.9.0 (2020-04-08)
- [maintenance] deprecated legacy version
- [fix] updated ROS repository keys
- [improve] use snapshots repository for EOL distros
- Contributors: Felix Messmer, Mathias Lüdtke, Matthijs van der Burgh
0.8.0 (2019-05-22)
- [fix] ABICHECK_MERGE check, https://github.com/ros-industrial/industrial_ci/issues/258, https://github.com/ros-industrial/industrial_ci/issues/322
- [capability] Introduce shellcheck
- [improve] Continue supporting EOLed ROS distros (Jade, Indigo). https://github.com/ros-industrial/industrial_ci/issues/352
- [improve] implemented CMAKE_ARGS (recommended over CATKIN_CONFIG)
- Contributors: Isaac I.Y. Saito, Mathias Lüdtke
0.7.0 (2019-01-02)
- [capability] Add clang-format check (#320, #340)
- [capability] Re-use previous local CI run #279
- [capability] Allow reuse Docker image #341
- [capability] Automatically set ROS_DISTRO from Docker image if not specified #280
- [capability] ROS melodic support #271
- [deprecation] USE_DEB, UBUNTU_OS_CODE_NAME
- [fix] Run Travis CI locally #331, #265
- [maintenance] remove rosdep hack #287
- [improve] Better output text #328
- [improve] Speed up CI by skipping Docker pull #283
- Contributors: Felix Messmer, Isaac I.Y. Saito, Jonathan Hechtbauer, Mathias Lüdtke, Miguel Prada, Wolfgang Merkt
0.6.0 (2018-01-13)
- [capability] You can run industrial_ci locally on your computer using configuration in your .travis.yml #230
- [capability] Inject QEMU #237 from ipa-mdl/feature/inject-qemu
- [improve] Easier to use your custom Docker image #259
- Contributors: Isaac I.Y. Saito, Mathias Lüdtke
0.5.1 (2017-12-29)
- [fix] Workaround for the regression in "docker cp"
moby/moby#34096
(#248).
- Gitlab CI users need to take an action. See this post
- [improve] Verbose catkin test results #251
- Contributors: Mathias Lüdtke
0.5.0 (2017-12-12)
- [fix] ROS Prerelease Test by updating to the latest Docker CE #238
- [capability] ABI check based on abi-compliance-checker #199
- [capability] catkin_lint feature. #219
- [capability] implemented ROSDEP_SKIP_KEYS feature #184
- [enhance] Add support for ARM platform #236
- Many more bug fixes.
- Contributors: Mathias Lüdtke, Miguel Prada, Isaac I.Y. Saito
0.4.0 (2017-06-29)
- [capability] ROS buildfarm-powered pre-release tests can now run for even the repositories that are not listed in rosdistro https://github.com/ros-industrial/industrial_ci/pull/145
- [capability] support for ROS lunar
- [capability] Enable support for gitlab #120
- [capability] OS selection option https://github.com/ros-industrial/industrial_ci/pull/174
- [capability] Option for reusing build artifact by ccache https://github.com/ros-industrial/industrial_ci/pull/182
- [capability] Allow subversion in .rosintall file https://github.com/ros-industrial/industrial_ci/pull/179
- [enhance] Speed up jobs by building into install space directly https://github.com/ros-industrial/industrial_ci/pull/150
- [enhance] Allow passing 'catkin config' parameters (addresses #176). https://github.com/ros-industrial/industrial_ci/pull/177
- [enhance] apt/deb handling in docker image https://github.com/ros-industrial/industrial_ci/issues/164, https://github.com/ros-industrial/industrial_ci/pull/158
- Contributors: Benjamin Maidel, Isaac I.Y. Saito, Iñigo Martínez, Jon Azpiazu, Mathias Lüdtke
0.3.3 (2017-02-09)
- [capability] Added a script to run industrial_ci on a local host in a Docker container. #116.
- Contributors: Mathias Lüdtke
0.3.2 (2017-01-20)
- [capability] New variables: CATKIN_WORKSPACE, DEBUG_BASH, EXPECT_EXIT_CODE, AFTER_SCRIPT (see document for detail)
- [capability] Choose verbose output #94
- [capability] enable/disable verbose output (#94)
- [capability] Support private github repositories on kinetic (#92)
- [fix, capability] Script terminates when rosdep install fails. Remove manifest.xml handling #95
- [fix][ci_main.sh] Fix to not terminate falsely. (#84)
- [fix] ROS prerelease test using code in the pull request. (#85)
- [fix] ROS prerelease test on Kinetic. (#83)
- [fix] Kinetic testing fix (environment variables passed to docker container) (#82)
- [fix] Many build/install issues https://github.com/ros-industrial/industrial_ci/pull/110, https://github.com/ros-industrial/industrial_ci/pull/109 (#92)
- [doc] Split readme into quick start and detail. More beginner doc. https://github.com/ros-industrial/industrial_ci/pull/113
- [maintenance] Change license to Apache 2.0 (addresses #17).
- [maintenance] Major code refactoring. Generalizing function and variable names (removing mention to specific CI system) https://github.com/ros-industrial/industrial_ci/pull/108
- [maintenance] Add maintainer.
- Contributors: Benjamin Maidel, Isaac I.Y. Saito, Mathias Lüdtke
0.3.1 (2016-10-24)
- [fix] usermod error on docker-based ROS Prerelease (see https://github.com/ros-industrial/ros_canopen/pull/193#issuecomment-254575036). (#81)
- Contributors: Mathias Lüdtke, Isaac I.Y. Saito
0.3.0 (2016-09-07)
- [fix] Catch apt error for ADDITIONAL_DEB (Fix #78). (#79)
- [feat] ROS Hydro compatible (Only use catkin_test_results --verbose if it exists, #77)
- [feat] Allow failure for now the jade source build (see https://github.com/ros-industrial/industrial_core/pull/144#issuecomment-223186764).
- [improve] Use install space by default (addresses #54).
- [maintenance] Refactoring #67
- Contributors: Dave Coleman, Robert Haschke Edward Venator, Isaac I.Y. Saito
0.2.2 (2016-05-13)
- [fix] Remove wrong duplicate prerelease test code block. #40
- [sys] Adjust to ROS Indigo's up-to-date ros.key acquision. #42
- Contributors: Isaac I.Y. Saito, Gijs van der Hoorn, Mathias Lüdtke
0.2.1 (2016-05-06)
- [feat] Add docker-based ROS prerelease test. #35
- [fix] Correct environment variable exportation to subprocesses.
- [fix] Better script termination with 'set -e'.
- [fix] broken link in README #37
- [fix] apt-get quiet option #33
- [sys] Extract util functions
- [sys] Remove meaningless Travis jobs
- [doc] Some clarifications.
- [improve] More fold Travis result (wstool version and localname info) #38
- Contributors: Mathias Lüdtke, Dave Coleman, Victor Lamoine, Isaac I.Y. Saito
0.2.0 (2016-04-19)
- Adjust to catkin_tools 0.4.0 #31
- Contributors: Isaac I.Y. Saito
0.1.3 (2016-04-14)
- [fix] Temporarilly disable [rospack plugin]{.title-ref} line (fixes #26). #28
- [fix] missing an arg for specifying the number parallel job.
- Fix undeclared args for the number parallel job #22
- [doc] Clarify parallel job args.
- Contributors: Isaac I.Y. Saito
0.1.2 (2016-02-08)
- [fix] Move a patch that becomes available via DEB to older ROS distro only section (#20)
- [feat] Add option to not test (#16)
- Contributors: Isaac I.Y. Saito, Gijs van der Hoorn
0.1.1 (2016-01-05)
- [feat] Better variable name for downstream pkgs
- [doc] Many improvements including replacing "git submodule" with "git clone"
- [enhance] Output enhancement and cleanup
- [enhance] Turn off status line (#4)
- [sys] Remove a tentative workaround for a test location issue (https://github.com/ros/ros_comm/pull/668)
- Contributors: Isaac I.Y. Saito, Mathias Lüdtke
0.1.0 (2015-12-08)
- Init commit of travis config and scripts
- Add license and copyright header
- Contributors: Shaun Edwards, Isaac I.Y. Saito
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake | |
ament_cmake_python | |
ros_environment | |
roslib |
System Dependencies
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged industrial_ci at Robotics Stack Exchange
industrial_ci package from industrial_ci repoindustrial_ci |
|
Package Summary
Tags | No category tags. |
Version | 0.10.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-industrial/industrial_ci.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package contains CI (Continuous Integration) configuration that any ROS-powered packages can commonly use. Some notable feature:
Additional Links
Maintainers
- Isaac I. Y. Saito
- Mathias Lüdtke
- Miguel Prada
Authors
- Isaac I. Y. Saito
- Mathias Lüdtke
README
No README found.
See repository README.
CHANGELOG
Changelog for package industrial_ci
0.10.0 (2020-04-08)
- [maintenance] major refactoring
- [improve] introduce PARALLEL_TESTS to disable the test jobs limit of 1
- [improve] refactored folding to support different types: none, Gitlab CI, GitHub Actions, Travis CI
- [capability] implemented clang-tidy check
- [improve] added support for ROS_PYTHON_VERSION and ROS1 noetic
- [capability] added support for ROS2 (ardent to foxy)
- [improve] added support for BUILDER: catkin_tools, colcon, catkin_make, catkin_make_isolated
- [improve] new chained workspace layout: upstream, target, downstream
- [capability] implemented new hook system and helpers
- [capability] implemented workspace helpers with vcs support
- [maintenance] remove support for INJECT_QEMU
- [maintenance] remove support for CATKIN_CONFIG
- [maintenance] drop support for ROS hydro
- [maintenance] removed ROS install tests
- Contributors: Alexander Gutenkunst, Felix Messmer, Mathias Lüdtke, Mikael Arguedas
0.9.0 (2020-04-08)
- [maintenance] deprecated legacy version
- [fix] updated ROS repository keys
- [improve] use snapshots repository for EOL distros
- Contributors: Felix Messmer, Mathias Lüdtke, Matthijs van der Burgh
0.8.0 (2019-05-22)
- [fix] ABICHECK_MERGE check, https://github.com/ros-industrial/industrial_ci/issues/258, https://github.com/ros-industrial/industrial_ci/issues/322
- [capability] Introduce shellcheck
- [improve] Continue supporting EOLed ROS distros (Jade, Indigo). https://github.com/ros-industrial/industrial_ci/issues/352
- [improve] implemented CMAKE_ARGS (recommended over CATKIN_CONFIG)
- Contributors: Isaac I.Y. Saito, Mathias Lüdtke
0.7.0 (2019-01-02)
- [capability] Add clang-format check (#320, #340)
- [capability] Re-use previous local CI run #279
- [capability] Allow reuse Docker image #341
- [capability] Automatically set ROS_DISTRO from Docker image if not specified #280
- [capability] ROS melodic support #271
- [deprecation] USE_DEB, UBUNTU_OS_CODE_NAME
- [fix] Run Travis CI locally #331, #265
- [maintenance] remove rosdep hack #287
- [improve] Better output text #328
- [improve] Speed up CI by skipping Docker pull #283
- Contributors: Felix Messmer, Isaac I.Y. Saito, Jonathan Hechtbauer, Mathias Lüdtke, Miguel Prada, Wolfgang Merkt
0.6.0 (2018-01-13)
- [capability] You can run industrial_ci locally on your computer using configuration in your .travis.yml #230
- [capability] Inject QEMU #237 from ipa-mdl/feature/inject-qemu
- [improve] Easier to use your custom Docker image #259
- Contributors: Isaac I.Y. Saito, Mathias Lüdtke
0.5.1 (2017-12-29)
- [fix] Workaround for the regression in "docker cp"
moby/moby#34096
(#248).
- Gitlab CI users need to take an action. See this post
- [improve] Verbose catkin test results #251
- Contributors: Mathias Lüdtke
0.5.0 (2017-12-12)
- [fix] ROS Prerelease Test by updating to the latest Docker CE #238
- [capability] ABI check based on abi-compliance-checker #199
- [capability] catkin_lint feature. #219
- [capability] implemented ROSDEP_SKIP_KEYS feature #184
- [enhance] Add support for ARM platform #236
- Many more bug fixes.
- Contributors: Mathias Lüdtke, Miguel Prada, Isaac I.Y. Saito
0.4.0 (2017-06-29)
- [capability] ROS buildfarm-powered pre-release tests can now run for even the repositories that are not listed in rosdistro https://github.com/ros-industrial/industrial_ci/pull/145
- [capability] support for ROS lunar
- [capability] Enable support for gitlab #120
- [capability] OS selection option https://github.com/ros-industrial/industrial_ci/pull/174
- [capability] Option for reusing build artifact by ccache https://github.com/ros-industrial/industrial_ci/pull/182
- [capability] Allow subversion in .rosintall file https://github.com/ros-industrial/industrial_ci/pull/179
- [enhance] Speed up jobs by building into install space directly https://github.com/ros-industrial/industrial_ci/pull/150
- [enhance] Allow passing 'catkin config' parameters (addresses #176). https://github.com/ros-industrial/industrial_ci/pull/177
- [enhance] apt/deb handling in docker image https://github.com/ros-industrial/industrial_ci/issues/164, https://github.com/ros-industrial/industrial_ci/pull/158
- Contributors: Benjamin Maidel, Isaac I.Y. Saito, Iñigo Martínez, Jon Azpiazu, Mathias Lüdtke
0.3.3 (2017-02-09)
- [capability] Added a script to run industrial_ci on a local host in a Docker container. #116.
- Contributors: Mathias Lüdtke
0.3.2 (2017-01-20)
- [capability] New variables: CATKIN_WORKSPACE, DEBUG_BASH, EXPECT_EXIT_CODE, AFTER_SCRIPT (see document for detail)
- [capability] Choose verbose output #94
- [capability] enable/disable verbose output (#94)
- [capability] Support private github repositories on kinetic (#92)
- [fix, capability] Script terminates when rosdep install fails. Remove manifest.xml handling #95
- [fix][ci_main.sh] Fix to not terminate falsely. (#84)
- [fix] ROS prerelease test using code in the pull request. (#85)
- [fix] ROS prerelease test on Kinetic. (#83)
- [fix] Kinetic testing fix (environment variables passed to docker container) (#82)
- [fix] Many build/install issues https://github.com/ros-industrial/industrial_ci/pull/110, https://github.com/ros-industrial/industrial_ci/pull/109 (#92)
- [doc] Split readme into quick start and detail. More beginner doc. https://github.com/ros-industrial/industrial_ci/pull/113
- [maintenance] Change license to Apache 2.0 (addresses #17).
- [maintenance] Major code refactoring. Generalizing function and variable names (removing mention to specific CI system) https://github.com/ros-industrial/industrial_ci/pull/108
- [maintenance] Add maintainer.
- Contributors: Benjamin Maidel, Isaac I.Y. Saito, Mathias Lüdtke
0.3.1 (2016-10-24)
- [fix] usermod error on docker-based ROS Prerelease (see https://github.com/ros-industrial/ros_canopen/pull/193#issuecomment-254575036). (#81)
- Contributors: Mathias Lüdtke, Isaac I.Y. Saito
0.3.0 (2016-09-07)
- [fix] Catch apt error for ADDITIONAL_DEB (Fix #78). (#79)
- [feat] ROS Hydro compatible (Only use catkin_test_results --verbose if it exists, #77)
- [feat] Allow failure for now the jade source build (see https://github.com/ros-industrial/industrial_core/pull/144#issuecomment-223186764).
- [improve] Use install space by default (addresses #54).
- [maintenance] Refactoring #67
- Contributors: Dave Coleman, Robert Haschke Edward Venator, Isaac I.Y. Saito
0.2.2 (2016-05-13)
- [fix] Remove wrong duplicate prerelease test code block. #40
- [sys] Adjust to ROS Indigo's up-to-date ros.key acquision. #42
- Contributors: Isaac I.Y. Saito, Gijs van der Hoorn, Mathias Lüdtke
0.2.1 (2016-05-06)
- [feat] Add docker-based ROS prerelease test. #35
- [fix] Correct environment variable exportation to subprocesses.
- [fix] Better script termination with 'set -e'.
- [fix] broken link in README #37
- [fix] apt-get quiet option #33
- [sys] Extract util functions
- [sys] Remove meaningless Travis jobs
- [doc] Some clarifications.
- [improve] More fold Travis result (wstool version and localname info) #38
- Contributors: Mathias Lüdtke, Dave Coleman, Victor Lamoine, Isaac I.Y. Saito
0.2.0 (2016-04-19)
- Adjust to catkin_tools 0.4.0 #31
- Contributors: Isaac I.Y. Saito
0.1.3 (2016-04-14)
- [fix] Temporarilly disable [rospack plugin]{.title-ref} line (fixes #26). #28
- [fix] missing an arg for specifying the number parallel job.
- Fix undeclared args for the number parallel job #22
- [doc] Clarify parallel job args.
- Contributors: Isaac I.Y. Saito
0.1.2 (2016-02-08)
- [fix] Move a patch that becomes available via DEB to older ROS distro only section (#20)
- [feat] Add option to not test (#16)
- Contributors: Isaac I.Y. Saito, Gijs van der Hoorn
0.1.1 (2016-01-05)
- [feat] Better variable name for downstream pkgs
- [doc] Many improvements including replacing "git submodule" with "git clone"
- [enhance] Output enhancement and cleanup
- [enhance] Turn off status line (#4)
- [sys] Remove a tentative workaround for a test location issue (https://github.com/ros/ros_comm/pull/668)
- Contributors: Isaac I.Y. Saito, Mathias Lüdtke
0.1.0 (2015-12-08)
- Init commit of travis config and scripts
- Add license and copyright header
- Contributors: Shaun Edwards, Isaac I.Y. Saito
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake | |
ament_cmake_python | |
ros_environment | |
roslib |
System Dependencies
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged industrial_ci at Robotics Stack Exchange
No version for distro hydro. Known supported distros are highlighted in the buttons above.
industrial_ci package from industrial_ci repoindustrial_ci |
|
Package Summary
Tags | No category tags. |
Version | 0.10.0 |
License | Apache License 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-industrial/industrial_ci.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package contains CI (Continuous Integration) configuration that any ROS-powered packages can commonly use. Some notable feature:
Additional Links
Maintainers
- Isaac I. Y. Saito
- Mathias Lüdtke
- Miguel Prada
Authors
- Isaac I. Y. Saito
- Mathias Lüdtke
README
No README found.
See repository README.
CHANGELOG
Changelog for package industrial_ci
0.10.0 (2020-04-08)
- [maintenance] major refactoring
- [improve] introduce PARALLEL_TESTS to disable the test jobs limit of 1
- [improve] refactored folding to support different types: none, Gitlab CI, GitHub Actions, Travis CI
- [capability] implemented clang-tidy check
- [improve] added support for ROS_PYTHON_VERSION and ROS1 noetic
- [capability] added support for ROS2 (ardent to foxy)
- [improve] added support for BUILDER: catkin_tools, colcon, catkin_make, catkin_make_isolated
- [improve] new chained workspace layout: upstream, target, downstream
- [capability] implemented new hook system and helpers
- [capability] implemented workspace helpers with vcs support
- [maintenance] remove support for INJECT_QEMU
- [maintenance] remove support for CATKIN_CONFIG
- [maintenance] drop support for ROS hydro
- [maintenance] removed ROS install tests
- Contributors: Alexander Gutenkunst, Felix Messmer, Mathias Lüdtke, Mikael Arguedas
0.9.0 (2020-04-08)
- [maintenance] deprecated legacy version
- [fix] updated ROS repository keys
- [improve] use snapshots repository for EOL distros
- Contributors: Felix Messmer, Mathias Lüdtke, Matthijs van der Burgh
0.8.0 (2019-05-22)
- [fix] ABICHECK_MERGE check, https://github.com/ros-industrial/industrial_ci/issues/258, https://github.com/ros-industrial/industrial_ci/issues/322
- [capability] Introduce shellcheck
- [improve] Continue supporting EOLed ROS distros (Jade, Indigo). https://github.com/ros-industrial/industrial_ci/issues/352
- [improve] implemented CMAKE_ARGS (recommended over CATKIN_CONFIG)
- Contributors: Isaac I.Y. Saito, Mathias Lüdtke
0.7.0 (2019-01-02)
- [capability] Add clang-format check (#320, #340)
- [capability] Re-use previous local CI run #279
- [capability] Allow reuse Docker image #341
- [capability] Automatically set ROS_DISTRO from Docker image if not specified #280
- [capability] ROS melodic support #271
- [deprecation] USE_DEB, UBUNTU_OS_CODE_NAME
- [fix] Run Travis CI locally #331, #265
- [maintenance] remove rosdep hack #287
- [improve] Better output text #328
- [improve] Speed up CI by skipping Docker pull #283
- Contributors: Felix Messmer, Isaac I.Y. Saito, Jonathan Hechtbauer, Mathias Lüdtke, Miguel Prada, Wolfgang Merkt
0.6.0 (2018-01-13)
- [capability] You can run industrial_ci locally on your computer using configuration in your .travis.yml #230
- [capability] Inject QEMU #237 from ipa-mdl/feature/inject-qemu
- [improve] Easier to use your custom Docker image #259
- Contributors: Isaac I.Y. Saito, Mathias Lüdtke
0.5.1 (2017-12-29)
- [fix] Workaround for the regression in "docker cp"
moby/moby#34096
(#248).
- Gitlab CI users need to take an action. See this post
- [improve] Verbose catkin test results #251
- Contributors: Mathias Lüdtke
0.5.0 (2017-12-12)
- [fix] ROS Prerelease Test by updating to the latest Docker CE #238
- [capability] ABI check based on abi-compliance-checker #199
- [capability] catkin_lint feature. #219
- [capability] implemented ROSDEP_SKIP_KEYS feature #184
- [enhance] Add support for ARM platform #236
- Many more bug fixes.
- Contributors: Mathias Lüdtke, Miguel Prada, Isaac I.Y. Saito
0.4.0 (2017-06-29)
- [capability] ROS buildfarm-powered pre-release tests can now run for even the repositories that are not listed in rosdistro https://github.com/ros-industrial/industrial_ci/pull/145
- [capability] support for ROS lunar
- [capability] Enable support for gitlab #120
- [capability] OS selection option https://github.com/ros-industrial/industrial_ci/pull/174
- [capability] Option for reusing build artifact by ccache https://github.com/ros-industrial/industrial_ci/pull/182
- [capability] Allow subversion in .rosintall file https://github.com/ros-industrial/industrial_ci/pull/179
- [enhance] Speed up jobs by building into install space directly https://github.com/ros-industrial/industrial_ci/pull/150
- [enhance] Allow passing 'catkin config' parameters (addresses #176). https://github.com/ros-industrial/industrial_ci/pull/177
- [enhance] apt/deb handling in docker image https://github.com/ros-industrial/industrial_ci/issues/164, https://github.com/ros-industrial/industrial_ci/pull/158
- Contributors: Benjamin Maidel, Isaac I.Y. Saito, Iñigo Martínez, Jon Azpiazu, Mathias Lüdtke
0.3.3 (2017-02-09)
- [capability] Added a script to run industrial_ci on a local host in a Docker container. #116.
- Contributors: Mathias Lüdtke
0.3.2 (2017-01-20)
- [capability] New variables: CATKIN_WORKSPACE, DEBUG_BASH, EXPECT_EXIT_CODE, AFTER_SCRIPT (see document for detail)
- [capability] Choose verbose output #94
- [capability] enable/disable verbose output (#94)
- [capability] Support private github repositories on kinetic (#92)
- [fix, capability] Script terminates when rosdep install fails. Remove manifest.xml handling #95
- [fix][ci_main.sh] Fix to not terminate falsely. (#84)
- [fix] ROS prerelease test using code in the pull request. (#85)
- [fix] ROS prerelease test on Kinetic. (#83)
- [fix] Kinetic testing fix (environment variables passed to docker container) (#82)
- [fix] Many build/install issues https://github.com/ros-industrial/industrial_ci/pull/110, https://github.com/ros-industrial/industrial_ci/pull/109 (#92)
- [doc] Split readme into quick start and detail. More beginner doc. https://github.com/ros-industrial/industrial_ci/pull/113
- [maintenance] Change license to Apache 2.0 (addresses #17).
- [maintenance] Major code refactoring. Generalizing function and variable names (removing mention to specific CI system) https://github.com/ros-industrial/industrial_ci/pull/108
- [maintenance] Add maintainer.
- Contributors: Benjamin Maidel, Isaac I.Y. Saito, Mathias Lüdtke
0.3.1 (2016-10-24)
- [fix] usermod error on docker-based ROS Prerelease (see https://github.com/ros-industrial/ros_canopen/pull/193#issuecomment-254575036). (#81)
- Contributors: Mathias Lüdtke, Isaac I.Y. Saito
0.3.0 (2016-09-07)
- [fix] Catch apt error for ADDITIONAL_DEB (Fix #78). (#79)
- [feat] ROS Hydro compatible (Only use catkin_test_results --verbose if it exists, #77)
- [feat] Allow failure for now the jade source build (see https://github.com/ros-industrial/industrial_core/pull/144#issuecomment-223186764).
- [improve] Use install space by default (addresses #54).
- [maintenance] Refactoring #67
- Contributors: Dave Coleman, Robert Haschke Edward Venator, Isaac I.Y. Saito
0.2.2 (2016-05-13)
- [fix] Remove wrong duplicate prerelease test code block. #40
- [sys] Adjust to ROS Indigo's up-to-date ros.key acquision. #42
- Contributors: Isaac I.Y. Saito, Gijs van der Hoorn, Mathias Lüdtke
0.2.1 (2016-05-06)
- [feat] Add docker-based ROS prerelease test. #35
- [fix] Correct environment variable exportation to subprocesses.
- [fix] Better script termination with 'set -e'.
- [fix] broken link in README #37
- [fix] apt-get quiet option #33
- [sys] Extract util functions
- [sys] Remove meaningless Travis jobs
- [doc] Some clarifications.
- [improve] More fold Travis result (wstool version and localname info) #38
- Contributors: Mathias Lüdtke, Dave Coleman, Victor Lamoine, Isaac I.Y. Saito
0.2.0 (2016-04-19)
- Adjust to catkin_tools 0.4.0 #31
- Contributors: Isaac I.Y. Saito
0.1.3 (2016-04-14)
- [fix] Temporarilly disable [rospack plugin]{.title-ref} line (fixes #26). #28
- [fix] missing an arg for specifying the number parallel job.
- Fix undeclared args for the number parallel job #22
- [doc] Clarify parallel job args.
- Contributors: Isaac I.Y. Saito
0.1.2 (2016-02-08)
- [fix] Move a patch that becomes available via DEB to older ROS distro only section (#20)
- [feat] Add option to not test (#16)
- Contributors: Isaac I.Y. Saito, Gijs van der Hoorn
0.1.1 (2016-01-05)
- [feat] Better variable name for downstream pkgs
- [doc] Many improvements including replacing "git submodule" with "git clone"
- [enhance] Output enhancement and cleanup
- [enhance] Turn off status line (#4)
- [sys] Remove a tentative workaround for a test location issue (https://github.com/ros/ros_comm/pull/668)
- Contributors: Isaac I.Y. Saito, Mathias Lüdtke
0.1.0 (2015-12-08)
- Init commit of travis config and scripts
- Add license and copyright header
- Contributors: Shaun Edwards, Isaac I.Y. Saito
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake | |
ament_cmake_python | |
ros_environment | |
roslib |
System Dependencies
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged industrial_ci at Robotics Stack Exchange
No version for distro melodic. Known supported distros are highlighted in the buttons above.