Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 5012594

Browse files
authored
Merge pull request #2283 from wilzbach/buildkite-stable
[stable] Add buildkite-test target merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents 1c60346 + 69c54bd commit 5012594

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

posix.mak

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,7 @@ auto-tester-build: target checkwhitespace
376376
.PHONY : auto-tester-test
377377
auto-tester-test: unittest benchmark-compile-only
378378

379+
.PHONY : buildkite-test
380+
buildkite-test: unittest benchmark-compile-only
381+
379382
.DELETE_ON_ERROR: # GNU Make directive (delete output files on error)

0 commit comments

Comments
 (0)