Releases: ichiro-its/ros2-ci
Releases · ichiro-its/ros2-ci
Version 1.0.0
- Build and test ROS 2 project within a Docker container.
- Specify the ROS 2 distribution to be used.
- Install and include external dependencies (from APT, pip, and Git).
- Run commands during the install, build, and test process.
Version 0.4.2
- Source build result after the build process.
Version 0.4.1
- Copy build result after the test process.
Version 0.4.0
- APT and pip dependencies inputs.
- Run commands in the repository path.
Version 0.3.0
- Transfer ownership to Ichiro ITS
- Add optional command inputs
Version 0.2.2
- Bugfix related to Docker in Docker
Version 0.2.1
- Fix forbidden path outside build context error
Version 0.2.0
- Choose ROS 2 distribution to be used.
Version 0.1.1
- Modify to work on
GITHUB_WORKSPACE
environment variable
Version 0.1.0
- Using ROS 2 Foxy distribution.
- Build and Test project using colcon.