Releases: lpenz/ghaction-cmake
Releases · lpenz/ghaction-cmake
v0.22.0
v0.21.2
Commits
- update github actions (Leandro Lisboa Penz)
- 7ae0a1f: Add debian trixie to CI build (Leandro Lisboa Penz)
v0.21.1
Commits
- add explicit debian, bookworm and ubuntu jammy, kinetic (Leandro Lisboa Penz)
v0.21.0
Commits
- d87a359: git config safe.directory to avoid problems in CI (Leandro Lisboa Penz)
v0.20.0
CI: also build Ubuntu and Raspberry Pi OS variants
Check preset
- Fail on unknown preset
- Fix examples
Raspbian support
Add raspbian buster and bullseye variants
Add support for `pre_command`
pre_command executed during setup, which now does:
- go to working-directory
- pre_command
- dependencies_debian
This makes pre_command more flexible, and gives it the opportunity to
affect debian repositories.
Fixes #11
Full Changelog: v0.16...v0.17
Check dependencies
- Run
apt-get update
before installing dependencies. - Check error code of dependency commands:
apt-get update
andapt-get install ...
Update base image to debian bullseye
v0.15 README.md: update examples to use version 0.15