Skip to content

Commit

Permalink
Build the extras/ crates in CI (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev authored May 30, 2024
1 parent 83dfb5b commit 4dbe5d3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,25 @@ jobs:
- name: rustdoc
run: cd esp-riscv-rt/ && cargo doc

extras:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2

- name: Install dependencies
run: sudo apt-get update && sudo apt-get -y install musl-tools libudev-dev pkg-config
# Build the extra crates
- name: Build the bench-server
run: cd extras/bench-server && cargo build
- name: Build esp-wifishark
run: cd extras/esp-wifishark && cargo build
- name: Build ieee802154-sniffer
run: cd extras/ieee802154-sniffer && cargo build
# --------------------------------------------------------------------------
# MSRV

Expand Down

0 comments on commit 4dbe5d3

Please sign in to comment.