aboutsummaryrefslogtreecommitdiff
path: root/test-build.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-02-03 04:30:20 +0100
committerDario Nieuwenhuis <[email protected]>2021-02-03 04:30:20 +0100
commitc8a79c151ac0a4bd5a10ba47e0b487bb26110347 (patch)
treea50a21ed716c9fa8011639b128d4b849522cd757 /test-build.sh
parent4192e526298eb02c32727c765ae6d7ad4f933e2b (diff)
Test embassy-std builds in CI
Diffstat (limited to 'test-build.sh')
-rwxr-xr-xtest-build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-build.sh b/test-build.sh
index 92945457b..8af5f843c 100755
--- a/test-build.sh
+++ b/test-build.sh
@@ -3,7 +3,8 @@
3set -euxo pipefail 3set -euxo pipefail
4 4
5# embassy std 5# embassy std
6#(cd embassy; cargo build --features log,std) 6(cd embassy; cargo build --features log,std)
7(cd embassy-std; cargo build)
7 8
8# embassy embedded 9# embassy embedded
9(cd embassy; cargo build --target thumbv7em-none-eabi) 10(cd embassy; cargo build --target thumbv7em-none-eabi)