From c565deb34a22d3c93fe138bcd9fa5c0244b7bcb1 Mon Sep 17 00:00:00 2001 From: xoviat Date: Fri, 19 Mar 2021 09:09:56 -0500 Subject: ci: parallelize and use cache --- ci.sh | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) (limited to 'ci.sh') diff --git a/ci.sh b/ci.sh index 05b1d0ad7..62e59cf30 100755 --- a/ci.sh +++ b/ci.sh @@ -4,37 +4,6 @@ set -euxo pipefail cd $(dirname $0) -cargo fmt --all -- --check - -# embassy std -(cd embassy-std-examples; cargo build) - -# embassy embedded -(cd embassy; cargo build --target thumbv7em-none-eabi) -(cd embassy; cargo build --target thumbv7em-none-eabi --features log) -(cd embassy; cargo build --target thumbv7em-none-eabi --features defmt) -(cd embassy; cargo build --target thumbv6m-none-eabi --features defmt) - # embassy-nrf -(cd embassy-nrf-examples; cargo build --target thumbv7em-none-eabi --bins) - -(cd embassy-nrf; cargo build --target thumbv7em-none-eabi --features 52810) -#(cd embassy-nrf; cargo build --target thumbv7em-none-eabi --features 52811) # nrf52811-hal doesn't exist yet -(cd embassy-nrf; cargo build --target thumbv7em-none-eabi --features 52832) -(cd embassy-nrf; cargo build --target thumbv7em-none-eabi --features 52833) -(cd embassy-nrf; cargo build --target thumbv7em-none-eabi --features 52840) - -(cd embassy-nrf; cargo build --target thumbv7em-none-eabi --features 52840,log) -(cd embassy-nrf; cargo build --target thumbv7em-none-eabi --features 52840,defmt) - -# embassy-stm32f4 - -(cd embassy-stm32f4-examples; cargo build --target thumbv7em-none-eabi --bins --features stm32f405) -(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405) -(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405,defmt) - -# embassy-stm32l0 - -(cd embassy-stm32l0; cargo build --target thumbv6m-none-eabi --features stm32l0x2) -(cd embassy-stm32l0; cargo build --target thumbv6m-none-eabi --features stm32l0x2,defmt) +(cd embassy-nrf-examples; cargo build --target thumbv7em-none-eabi --bins) \ No newline at end of file -- cgit