From 003727289cc45e29eff0c0c48ad0f9660f96644f Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 15:02:47 +0000 Subject: separated patch, build, check and package stages --- repo/devel/ninja.xibuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repo/devel/ninja.xibuild') diff --git a/repo/devel/ninja.xibuild b/repo/devel/ninja.xibuild index cfd705f..5c23a1a 100644 --- a/repo/devel/ninja.xibuild +++ b/repo/devel/ninja.xibuild @@ -8,6 +8,9 @@ DESC="Small build system with a focus on speed" build () { python configure.py --bootstrap +} + +check () { ./ninja ninja_test } -- cgit v1.2.1