add CI #4
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo check --release
|
||||
- run: cargo check
|
||||
|
||||
msrv:
|
||||
name: Check MSRV
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: "armv7-unknown-linux-gnueabihf, armv7a-none-eabi"
|
||||
- run: cargo check --release --target=${{matrix.target}} --no-default-features
|
||||
- run: cargo build --target=${{matrix.target}}
|
||||
|
||||
fmt:
|
||||
name: Check formatting
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
- run: RUSTDOCFLAGS="--cfg docsrs -Z unstable-options --generate-link-to-definition" cargo +nightly doc --all-features --no-deps
|
||||
- run: RUSTDOCFLAGS="--cfg docsrs -Z unstable-options --generate-link-to-definition" cargo +nightly doc --no-deps
|
||||
|
||||
clippy:
|
||||
name: Clippy
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
[](https://crates.io/crates/axi-uartlite)
|
||||
[](https://docs.rs/axi-uartlite)
|
||||
[](https://github.com/us-irs/axi-uartlite/actions/workflows/ci.yml)
|
||||
|
||||
AXI UARTLITE driver
|
||||
========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user