diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 18:55:59 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 18:55:59 +0100 |
| commit | e0775fbc8ab1ecc83bce42fe6e11accf481bc9e1 (patch) | |
| tree | 3d5119500fbb8627829e54e6bc999c3689ab4a0f /.github | |
| parent | b452a6bcf6858893a85882614e2dcde5a3405748 (diff) | |
Flatten embassy-boot dir tree
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/doc.sh | 8 | ||||
| -rwxr-xr-x | .github/ci/test.sh | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh index 0bbe7f690..aaccb8a67 100755 --- a/.github/ci/doc.sh +++ b/.github/ci/doc.sh | |||
| @@ -16,10 +16,10 @@ mv rust-toolchain-nightly.toml rust-toolchain.toml | |||
| 16 | # which makes rustup very sad | 16 | # which makes rustup very sad |
| 17 | rustc --version > /dev/null | 17 | rustc --version > /dev/null |
| 18 | 18 | ||
| 19 | docserver-builder -i ./embassy-boot/boot -o webroot/crates/embassy-boot/git.zup | 19 | docserver-builder -i ./embassy-boot -o webroot/crates/embassy-boot/git.zup |
| 20 | docserver-builder -i ./embassy-boot/nrf -o webroot/crates/embassy-boot-nrf/git.zup | 20 | docserver-builder -i ./embassy-boot-nrf -o webroot/crates/embassy-boot-nrf/git.zup |
| 21 | docserver-builder -i ./embassy-boot/rp -o webroot/crates/embassy-boot-rp/git.zup | 21 | docserver-builder -i ./embassy-boot-rp -o webroot/crates/embassy-boot-rp/git.zup |
| 22 | docserver-builder -i ./embassy-boot/stm32 -o webroot/crates/embassy-boot-stm32/git.zup | 22 | docserver-builder -i ./embassy-boot-stm32 -o webroot/crates/embassy-boot-stm32/git.zup |
| 23 | docserver-builder -i ./embassy-embedded-hal -o webroot/crates/embassy-embedded-hal/git.zup | 23 | docserver-builder -i ./embassy-embedded-hal -o webroot/crates/embassy-embedded-hal/git.zup |
| 24 | docserver-builder -i ./embassy-executor -o webroot/crates/embassy-executor/git.zup | 24 | docserver-builder -i ./embassy-executor -o webroot/crates/embassy-executor/git.zup |
| 25 | docserver-builder -i ./embassy-futures -o webroot/crates/embassy-futures/git.zup | 25 | docserver-builder -i ./embassy-futures -o webroot/crates/embassy-futures/git.zup |
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index b6a5bcd56..8a58939f6 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -14,9 +14,9 @@ cargo test --manifest-path ./embassy-hal-internal/Cargo.toml | |||
| 14 | cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue,mock-driver | 14 | cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue,mock-driver |
| 15 | cargo test --manifest-path ./embassy-time-driver/Cargo.toml | 15 | cargo test --manifest-path ./embassy-time-driver/Cargo.toml |
| 16 | 16 | ||
| 17 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml | 17 | cargo test --manifest-path ./embassy-boot/Cargo.toml |
| 18 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek | 18 | cargo test --manifest-path ./embassy-boot/Cargo.toml --features ed25519-dalek |
| 19 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-salty | 19 | cargo test --manifest-path ./embassy-boot/Cargo.toml --features ed25519-salty |
| 20 | 20 | ||
| 21 | cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nrf52840,time-driver-rtc1,gpiote | 21 | cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nrf52840,time-driver-rtc1,gpiote |
| 22 | 22 | ||
