summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: 30a97a11341ea3783fb407d772ac0099d166bbdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# file      : build/bootstrap.build
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

project = cli

using build@0.4.0

version = 1.2.0-a2
revision = 0

dist.package = $project-$version

if ($revision != 0)
  dist.package += +$revision

# By default leave the cli module unconfigured since we don't want to use some
# system-installed cli. Note that this value will be overridden if set both on
# the command line or in config.build.
#
config.cli = false

using config

using dist
using test
using install