diff options
| author | Ulf Lilleengen <[email protected]> | 2022-08-23 13:55:21 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-08-23 13:55:21 +0200 |
| commit | 7b3ae0446c7300e257db398c96ed21694bc002c4 (patch) | |
| tree | 17800396d6abdbd2125c846631db0d2309dee1ff | |
| parent | 06011f67b277427531398e64030366886cc2d260 (diff) | |
Remove cargo doc from CI
| -rwxr-xr-x | ci.sh | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -116,9 +116,6 @@ cargo batch \ | |||
| 116 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wb55rg --out-dir out/tests/nucleo-stm32wb55rg \ | 116 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wb55rg --out-dir out/tests/nucleo-stm32wb55rg \ |
| 117 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32u585ai --out-dir out/tests/iot-stm32u585ai \ | 117 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32u585ai --out-dir out/tests/iot-stm32u585ai \ |
| 118 | --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ | 118 | --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ |
| 119 | --- doc --release --manifest-path embassy-executor/Cargo.toml --target thumbv7em-none-eabi --features nightly \ | ||
| 120 | --- doc --release --manifest-path embassy-sync/Cargo.toml --target thumbv7em-none-eabi --features nightly \ | ||
| 121 | --- doc --release --manifest-path embassy-time/Cargo.toml --target thumbv7em-none-eabi --features nightly,tick-32768hz \ | ||
| 122 | $BUILD_EXTRA | 119 | $BUILD_EXTRA |
| 123 | 120 | ||
| 124 | 121 | ||
