Skip to content

Commit 4f7c781

Browse files
authored
Merge pull request #283 from wilzbach/merge-head-style
Merge with the upstream head for style + coverage targets
2 parents 3ab5725 + 8d6971a commit 4f7c781

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

buildkite.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ read -r -d '' LOAD_DISTRIBUTION <<- EOM
2121
tar xfJ distribution.tar.xz
2222
rm -rf buildkite
2323
mv distribution/buildkite buildkite
24+
rm distribution.tar.xz
2425
EOM
2526

2627
cat << EOF
@@ -64,12 +65,18 @@ cat << EOF
6465
- command: |
6566
${LOAD_DISTRIBUTION}
6667
. ./buildkite/load_distribution.sh
68+
echo "--- Merging with the upstream target branch"
69+
./buildkite/merge_head.sh
70+
echo "--- Running style testing"
6771
make -f posix.mak style
6872
label: "Style"
6973
7074
- command: |
7175
${LOAD_DISTRIBUTION}
7276
. ./buildkite/load_distribution.sh
77+
echo "--- Merging with the upstream target branch"
78+
./buildkite/merge_head.sh
79+
echo "--- Running coverage testing"
7380
./buildkite/test_coverage.sh
7481
label: "Coverage"
7582
retry:

0 commit comments

Comments
 (0)