From 5769aaa5ccfca2cfa25bf898c2dd113b1504c1d6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Aug 2016 20:43:20 +0300 Subject: Build infrastructure update --- build/bootstrap.build | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'build/bootstrap.build') diff --git a/build/bootstrap.build b/build/bootstrap.build index bb0cfe1..284ccd0 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,6 +1,17 @@ project = hello0 +using build@0.4.0-a1 + +version = 1.0.0 + +revision = 0 + +dist.package = $project-$version + +if ($revision != 0) + dist.package += +$revision + using config +using dist using test using install - -- cgit v1.1