Skip to content

Releases: lpenz/ghaction-cmake

v0.22.0

03 Sep 21:30
7500a72
Compare
Choose a tag to compare

Commits

  • d728a4d: Install libclang-rt-dev if possible (Leandro Lisboa Penz)
  • 7500a72: README.md: upgrade version in example; add a cpack jammy example (Leandro Lisboa Penz)

v0.21.2

08 Aug 21:27
7ae0a1f
Compare
Choose a tag to compare

Commits

v0.21.1

13 Nov 00:02
51f463a
Compare
Choose a tag to compare

Commits

v0.21.0

07 Nov 21:08
d87a359
Compare
Choose a tag to compare

Commits

  • d87a359: git config safe.directory to avoid problems in CI (Leandro Lisboa Penz)

v0.20.0

06 Nov 14:18
0d5a3e5
Compare
Choose a tag to compare
CI: also build Ubuntu and Raspberry Pi OS variants

Check preset

02 May 15:02
Compare
Choose a tag to compare
Pre-release
  • Fail on unknown preset
  • Fix examples

Raspbian support

06 Feb 01:27
Compare
Choose a tag to compare
Pre-release

Add raspbian buster and bullseye variants

Add support for `pre_command`

31 Dec 12:46
Compare
Choose a tag to compare

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

18 Nov 21:08
Compare
Choose a tag to compare
Pre-release
  • Run apt-get update before installing dependencies.
  • Check error code of dependency commands: apt-get update and apt-get install ...

Update base image to debian bullseye

28 Aug 15:13
Compare
Choose a tag to compare
v0.15

README.md: update examples to use version 0.15