-
Notifications
You must be signed in to change notification settings - Fork 2
/
test_build_all.sh
executable file
·25 lines (24 loc) · 2.06 KB
/
test_build_all.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
set -e
set -o xtrace
bazel clean
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m0-none-12.3.rel1 //test:test_cpp
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m0-none-12.3.rel1 //test:test_c
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m0plus-none-12.3.rel1 //test:test_cpp
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m0plus-none-12.3.rel1 //test:test_c
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m1-none-12.3.rel1 //test:test_cpp
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m1-none-12.3.rel1 //test:test_c
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m3-none-12.3.rel1 //test:test_cpp
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m3-none-12.3.rel1 //test:test_c
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m4-none-12.3.rel1 //test:test_cpp
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m4-none-12.3.rel1 //test:test_c
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m7-none-12.3.rel1 //test:test_cpp
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m7-none-12.3.rel1 //test:test_c
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m7+nofp.dp-none-12.3.rel1 //test:test_cpp
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m7+nofp.dp-none-12.3.rel1 //test:test_c
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-a8-none-12.3.rel1 //test:test_cpp
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-a8-none-12.3.rel1 //test:test_c
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-a9-none-12.3.rel1 //test:test_cpp
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-a9-none-12.3.rel1 //test:test_c
bazel run --verbose_failures //test:objdump -- --help
bazel build -s --verbose_failures --platforms=//platforms:linux-cortex-m0plus-none-12.3.rel1 //test:objdump_output