summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-08-30 20:43:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-08-30 23:09:54 +0300
commit5769aaa5ccfca2cfa25bf898c2dd113b1504c1d6 (patch)
treee49ee79c62db12a20d618a2a75a5d8aee830b207 /build/bootstrap.build
parent398bea3c765b031540bd17841c71825dcb7b62c7 (diff)
Build infrastructure update
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r--build/bootstrap.build13
1 files changed, 12 insertions, 1 deletions
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
-