actions-rs configuration

Uses GitHub Actions for CI, based on the `actions-rs` template:

<https://github.com/actions-rs/meta/blob/master/recipes/quickstart.md>

Configured to run tests on Linux (Ubuntu), macOS, and Windows, all of
which we should theoretically be able to support via appropriately
portable PC/SC Rust crates.
This commit is contained in:
Tony Arcieri
2019-11-18 18:20:05 -08:00
parent 7e2cafd0c4
commit 6beb077f25
2 changed files with 124 additions and 2 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ USE AT YOUR OWN RISK!
## Requirements
- Rust 1.36+
- Rust 1.39+
## Code of Conduct
@@ -111,7 +111,7 @@ or conditions.
[docs-image]: https://docs.rs/yubikey-piv/badge.svg
[docs-link]: https://docs.rs/yubikey-piv/
[license-image]: https://img.shields.io/badge/license-BSD-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.36+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.39+-blue.svg
[maintenance-image]: https://img.shields.io/badge/maintenance-experimental-blue.svg
[build-image]: https://github.com/tarcieri/yubikey-piv.rs/workflows/Rust/badge.svg
[build-link]: https://github.com/tarcieri/yubikey-piv.rs/actions