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.
2 parents 3ab5725 + 8d6971a commit 4f7c781Copy full SHA for 4f7c781
1 file changed
buildkite.sh
@@ -21,6 +21,7 @@ read -r -d '' LOAD_DISTRIBUTION <<- EOM
21
tar xfJ distribution.tar.xz
22
rm -rf buildkite
23
mv distribution/buildkite buildkite
24
+ rm distribution.tar.xz
25
EOM
26
27
cat << EOF
@@ -64,12 +65,18 @@ cat << EOF
64
65
- command: |
66
${LOAD_DISTRIBUTION}
67
. ./buildkite/load_distribution.sh
68
+ echo "--- Merging with the upstream target branch"
69
+ ./buildkite/merge_head.sh
70
+ echo "--- Running style testing"
71
make -f posix.mak style
72
label: "Style"
73
74
75
76
77
78
79
+ echo "--- Running coverage testing"
80
./buildkite/test_coverage.sh
81
label: "Coverage"
82
retry:
0 commit comments