summaryrefslogtreecommitdiff
path: root/.github/workflows/builds.yml
AgeCommit message (Collapse)AuthorFilesLines
12 daysBump actions/checkout from 5 to 6HEADmasterdependabot[bot]1-1/+1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
12 daysci: remove clang build variant from arch CIVictor Kareh1-4/+0
There are no source code files in this repository, so a separate clang build is unnecessary.
12 daysci: migrate from Travis CI to GitHub Actionsmbkma1-0/+75
Replace Travis CI configuration with GitHub Actions workflows. Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux. Add release workflow for automated GitHub releases on tags. Add dependabot configuration for GHA pin updates. Remove obsolete .travis.yml.