8000 Releases · lpenz/ghaction-cmake · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: lpenz/ghaction-cmake

v0.23.0

27 Feb 22:33
fcd5930
Compare
Choose a tag to compare

Commits

  • 9576757: Fix test_sanitize.py to work with python 3.12 (Leandro Lisboa Penz)
  • f6937f7: Update github actions (Leandro Lisboa Penz)
  • 0ec269c: Replace Ubuntu Kinetic with Noble, the latest LTS (Leandro Lisboa Penz)
  • 23d8d4c: Disable fail-fast to explore instead of exploit (Leandro Lisboa Penz)
  • 259903f: Remove arm/v6 from platforms that don't provide a docker image for it (Leandro Lisboa Penz)
  • fcd5930: Try to fix arm64 libc sigsegv issue by installing qemu 6.2.0-26 (Leandro Lisboa Penz)

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 ...
0