Commit Graph

20 Commits

Author SHA1 Message Date
Martin Frost cf3d8a1c2b Allow CI to run on workflow dispatch 2025-07-03 22:13:05 +02:00
dependabot[bot] 49f07e8ce7
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 21:22:50 +00:00
dependabot[bot] 0acfacee91
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 21:36:15 +00:00
Martin Frost b0008fbc5b Fix release build 2023-04-11 09:29:14 +02:00
Martin Frost 9b5ad75890 Prepare binary release directly in CI flow 2023-04-09 00:47:58 +02:00
Martin Frost 504ff5da53 Strip debug-info on releases
This makes the Linux binaries a lot smaller.
2023-04-09 00:16:16 +02:00
Martin Frost 40105d5d82 Disable windows builds
I honestly don't know if these ever worked, and now they seem to not be
creating any output on CI, so let's skip them for now.
2023-04-08 23:49:51 +02:00
Martin Frost cccef0f12b Replace actions-rs actions 2023-04-08 23:36:42 +02:00
Martin Frost 997b76de7d Prepare release tarball in separate script 2023-04-07 23:26:44 +02:00
Martin Frost d58707a5b7 Use rust-cache action in ci 2023-02-13 22:09:52 +01:00
dependabot[bot] 2da27fbb0b
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 20:44:38 +00:00
dependabot[bot] 6760011c08
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 20:42:12 +00:00
Martin Frost 3462cd009f Only run `cargo clippy` for non-dependabot 2022-07-18 14:17:12 +02:00
Martin Frost f7fd304ca7 Give the CI job write permissions to issues/PRs 2022-07-18 14:12:48 +02:00
Martin Frost 201bb55bd0 Add manual assets with manpages to .deb 2021-12-25 19:59:06 +01:00
Martin Frost 5a90506317 Add skeleton manpages
These use `mdsh` and `mandown` in order to automatically insert the
`help` messages into the markdown files, and then compile them to proper
manpages files.

Try to build manpages with the rest of the build
2021-12-25 19:19:10 +01:00
Martin Frost ac1f066f43 Build .deb package 2021-08-24 00:08:06 +02:00
Martin Frost 95adc9a16d Build packages on branches that start with build-
Co-authored-by: Maria Hansson <mariahansson92@hotmail.com>
2021-08-20 21:07:06 +02:00
Martin Frost 4061981c4b Build artifacts when on main
This makes it easier for everyone to install git-mob and friends, since
they don't have to compile it themselves anymore.
2021-08-18 23:20:17 +02:00
Martin Frost 79b73ee75c Add CI workflow for linting and tests 2021-08-18 23:20:02 +02:00