Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 4e029bd

Browse files
committed
test all arm boards
ref #61
1 parent 60138b2 commit 4e029bd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

tests/arm.sh

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,12 @@ set -e
44
cd /app
55
make stm32f0
66
gprbuild -P tests/platform/stm32f0/test.gpr
7-
make nrf52
8-
gprbuild -P tests/platform/nrf52/test.gpr
7+
gprclean -P tests/platform/stm32f0/test.gpr
8+
make clean
9+
for board in default bluefruit_feather sparkfun
10+
do
11+
make nrf52 BOARD=$board
12+
gprbuild -P tests/platform/nrf52/test.gpr
13+
gprclean -P tests/platform/nrf52/test.gpr
14+
make clean
15+
done

0 commit comments

Comments
 (0)