We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14831d7 commit cb5d4b1Copy full SHA for cb5d4b1
1 file changed
buildkite.sh
@@ -66,16 +66,23 @@ cat << EOF
66
. ./buildkite/load_distribution.sh
67
make -f posix.mak style
68
label: "Style"
69
+EOF
70
+
71
+for model in 32 64 ; do
72
73
+cat << EOF
74
- command: |
75
${LOAD_DISTRIBUTION}
76
- ./buildkite/test_coverage.sh
- label: "Coverage"
77
+ MODEL=$model ./buildkite/test_coverage.sh
78
+ label: "Coverage ($model)"
79
retry:
80
automatic:
81
limit: 2
82
EOF
83
84
+done
85
86
;;
87
*)
88
0 commit comments