Johann150
0dae884377
add apt update
2022-05-18 14:01:43 +02:00
dependabot[bot]
e33c45fb99
chore(deps): 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>
2022-03-08 07:30:02 -08:00
Johann150
2853ba5faf
add CI build for Apple Silicon
2022-01-25 23:29:45 +01:00
j-k
57e4054cbe
remove perms and ignore dependabot prs for cargo audit check ( #84 )
...
It's meant to only run on commits on master but just to be safe
2021-10-19 18:33:11 +02:00
j-k
8813196bdb
ignore dependabot prs for clippy annotations ( #78 )
2021-10-14 20:45:45 +02:00
j-k
0d0c2407ab
update dependencies, add dependabot ( #70 )
...
* update dependencies
* add some status badges
crates.io
testing status
dependency status
* add cargo-audit ci
* add dependabot for cargo and github actions updates
2021-10-14 15:28:51 +02:00
Johann150
2359127167
move release script
...
Putting it in the top level can cause confusion.
Resolves #69
2021-08-27 15:14:27 +02:00
Johann150
be2d6f9f00
add CI actions
...
actual tests will still have to be added.
2021-02-19 12:20:16 +01:00
Johann150
3ba808ca79
fix binary compression on Windows
2021-02-18 11:07:40 +01:00
Johann150
3089a4034a
use cargo cross
...
The problems I had using podman were resolved by realizing that ubuntu-latest
does not actually mean the latest version of Ubuntu (for now) so explicitly
stating the Ubuntu version, installing podman works fine and can build binaries
for Raspberry Pi properly.
2021-02-06 17:06:46 +01:00
Johann150
4471607f96
add release build action
...
No longer using `cross`, so Cross.toml is not needed any more.
Instead releases are just built with cargo build --release.
2021-02-05 23:52:45 +01:00