aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-02-13 13:39:26 -0800
committerJunio C Hamano <gitster@pobox.com>2026-02-13 13:39:26 -0800
commite10d5fcad046f3fabbad715f12f2d93d00f6ee60 (patch)
tree684df545d0562ae8035ca802a84e7c69c9a2d674 /contrib
parent29722ee3a3ed8e4556bbdb97cb64046e130abeea (diff)
parentc591c3ceffd0a033eb228ebb54c596362ded5615 (diff)
downloadgit-e10d5fcad046f3fabbad715f12f2d93d00f6ee60.tar.xz
Merge branch 'jc/ci-test-contrib-too'
Test contrib/ things in CI to catch breakages before they enter the "next" branch. * jc/ci-test-contrib-too: : Some of our downstream folks run more tests than we do and catch : breakages in them, namely, where contrib/*/Makefile has "test" target. : Let's make sure we fail upon accepting a new topic that break them in : 'seen'. ci: ubuntu: use GNU coreutils for dirname test: optionally test contrib in CI
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
new file mode 100644
index 0000000000..787cd07f52
--- /dev/null
+++ b/contrib/Makefile
@@ -0,0 +1,10 @@
+all::
+
+test::
+ $(MAKE) -C diff-highlight $@
+ $(MAKE) -C subtree $@
+
+clean::
+ $(MAKE) -C contacts $@
+ $(MAKE) -C diff-highlight $@
+ $(MAKE) -C subtree $@