Skip to content

Commit e7c3fc6

Browse files
committed
Run coverage testing with 32 and 64-bit
1 parent 4f7c781 commit e7c3fc6

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

buildkite.sh

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,26 @@ cat << EOF
7070
echo "--- Running style testing"
7171
make -f posix.mak style
7272
label: "Style"
73+
EOF
74+
75+
for model in 32 64 ; do
7376

77+
cat << EOF
7478
- command: |
7579
${LOAD_DISTRIBUTION}
7680
. ./buildkite/load_distribution.sh
7781
echo "--- Merging with the upstream target branch"
7882
./buildkite/merge_head.sh
7983
echo "--- Running coverage testing"
80-
./buildkite/test_coverage.sh
81-
label: "Coverage"
84+
MODEL=$model ./buildkite/test_coverage.sh
85+
label: "Coverage ($model)"
8286
retry:
8387
automatic:
8488
limit: 2
8589
EOF
90+
91+
done
92+
8693
;;
8794
*)
8895
;;

0 commit comments

Comments
 (0)