summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-10-05 14:41:29 +0100
committerLars Wirzenius <liw@liw.fi>2013-10-05 14:41:29 +0100
commitbbc09516e25d34ea9ef3596d7aec81fac3bc727e (patch)
tree47fea13bb6b835112171737f6b706fe2d5f838f4
parentbb45e7e1029f2a7dfccb03ec5e3355cb5c0ae551 (diff)
downloadjenkinstool-bbc09516e25d34ea9ef3596d7aec81fac3bc727e.tar.gz
Add clab to projects
-rw-r--r--liw-real.conf12
1 files changed, 11 insertions, 1 deletions
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"
+ ]
+ }
]
}