From bbc09516e25d34ea9ef3596d7aec81fac3bc727e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Oct 2013 14:41:29 +0100 Subject: Add clab to projects --- liw-real.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/liw-real.conf b/liw-real.conf index 7c23145..4c796e4 100644 --- a/liw-real.conf +++ b/liw-real.conf @@ -244,6 +244,16 @@ "build-commands": [ "true" ] - } + }, + { + "name": "clab", + "git": "git://git.gitano.org.uk/personal/liw/clab", + "build-depends": [ + "cliapp" + ], + "build-commands": [ + "yarn clab.yarn" + ] + } ] } -- cgit v1.2.1