Skip to content

Tags: lpenz/ghaction-cmake

Tags

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was signed with the committer’s verified signature.
lpenz Leandro Lisboa Penz
Try to fix arm64 libc sigsegv issue by installing qemu 6.2.0-26

For some reason the most recent qemu (9.x) generates a sigsegv in
arm64 when installing (post) libc-bin in the guest image.

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was signed with the committer’s verified signature.
lpenz Leandro Lisboa Penz
README.md: upgrade version in example; add a cpack jammy example

v0.21.2

Toggle v0.21.2's commit message

Verified

This commit was signed with the committer’s verified signature.
lpenz Leandro Lisboa Penz
Add debian trixie to CI build

v0.21.1

Toggle v0.21.1's commit message

Verified

This commit was signed with the committer’s verified signature.
lpenz Leandro Lisboa Penz
CI: add explicit debian, bookworm and ubuntu jammy, kinetic

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was signed with the committer’s verified signature.
lpenz Leandro Lisboa Penz
git config safe.directory to avoid problems in CI

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was signed with the committer’s verified signature.
lpenz Leandro Lisboa Penz
CI: also build Ubuntu and Raspberry Pi OS variants

v0.19

Toggle v0.19's commit message
Fail with error on unknown preset

- Print the preset.
- Refactor static analysis preset setup a bit.
- Fix sanitizer list in CI.

v0.18

Toggle v0.18's commit message
Add raspbian variant

v0.17

Toggle v0.17's commit message
Implement 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

v0.16

Toggle v0.16's commit message
Update example to show version 0.16