Releases: codamrobotics/ROS-Docker
Releases · codamrobotics/ROS-Docker
v0.2.1-alpha
POSIX compliancy checks added:
- Updated shell scripts to conform to POSIX Bash
- Added Posix.yml workflow that uses Shellcheck to check for Posix compliancy
- Updated README for Posix test badge
v0.2.0-alpha
extended & cleaned up API
API change: -R -> -b for --rebuild, -i or --install added for setting keybindings in bashrc/zshrc, split Build checks from OS checks
- API change: -R -> -b for --rebuild
- API change: added -i, --install for setting 'ros' alias in bashrc / zshrc, updated README.md
- Added DRYRUN catch for --install
- Split Linux dryrun checks and full-build tests, Linux.yml <=> Build.yml + reflected in README.md
- Added basic options tests for Linux/MacOS
v0.1.0-alpha
v0.1.0-alpha
All basic functionality as described in the README is tested thoroughly on Linux/OSx and ready for use as CI or development tool.
- can auto build ROS Docker images. both with preinstalled rosdeps or clean builds
- usable as development and CI tool: changes in container persist on host, easily chain commands to automate building and testing
- compatible with Github Actions to use as CI. basic example yaml are provided