aboutsummaryrefslogtreecommitdiff
path: root/ci/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/script.sh')
-rw-r--r--ci/script.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 9b60f0c..d5d1c69 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -2,6 +2,10 @@ set -euxo pipefail
main() {
case $TARGET in
+ thumbv7em-none-eabi*)
+ xargo check --target $TARGET --features cm7-r0p1
+ xargo check --target $TARGET
+ ;;
thumbv*-none-eabi*)
xargo check --target $TARGET
;;