public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/2] gnupoke_factory: Add a make syntax-check step
@ 2023-01-16 22:00 Mark Wielaard
  2023-01-16 22:00 ` [PATCH 2/2] Add poke ci builder on gentoo-sparc worker Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2023-01-16 22:00 UTC (permalink / raw)
  To: buildbot; +Cc: poke-devel, Mark Wielaard

---
 builder/master.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index 2c1d007..4a23fab 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3936,6 +3936,9 @@ gnupoke_factory.addStep(bootstrap_step)
 gnupoke_factory.addStep(configure_step)
 gnupoke_factory.addStep(make_step)
 gnupoke_factory.addStep(make_check_step)
+gnupoke_factory.addStep(steps.Test(command=["make", "syntax-check"],
+                                   name="make syntax-check",
+                                   haltOnFailure=False, flunkOnFailure=True))
 gnupoke_factory.addSteps(bunsen_logfile_upload_cpio_steps(["*.sum", "*.log"]))
 
 gnupoke_debiantesting_x86_64_builder = util.BuilderConfig(
-- 
2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-16 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 22:00 [PATCH 1/2] gnupoke_factory: Add a make syntax-check step Mark Wielaard
2023-01-16 22:00 ` [PATCH 2/2] Add poke ci builder on gentoo-sparc worker Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).