Skip to content

Commit

Permalink
Run coverage testing with 32 and 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Aug 14, 2018
1 parent 4f7c781 commit e7c3fc6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions buildkite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,26 @@ cat << EOF
echo "--- Running style testing"
make -f posix.mak style
label: "Style"
EOF

for model in 32 64 ; do

cat << EOF
- command: |
${LOAD_DISTRIBUTION}
. ./buildkite/load_distribution.sh
echo "--- Merging with the upstream target branch"
./buildkite/merge_head.sh
echo "--- Running coverage testing"
./buildkite/test_coverage.sh
label: "Coverage"
MODEL=$model ./buildkite/test_coverage.sh
label: "Coverage ($model)"
retry:
automatic:
limit: 2
EOF

done

;;
*)
;;
Expand Down

0 comments on commit e7c3fc6

Please sign in to comment.