summaryrefslogtreecommitdiff
path: root/cli/build/bootstrap.build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-04-08 14:51:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-04-27 11:38:53 +0300
commit720c5a33b6a49cf328fdd7611f49153cf8f60247 (patch)
tree9725f3d1f42ec90fde84520f49647edea013ce5e /cli/build/bootstrap.build
parent3183f3bb927a90783ae0aeaf190a0919377aabe4 (diff)
Separate tests and examples into individual packages
Also make cli module to be explicitly enabled via the config.cli configuration variable.
Diffstat (limited to 'cli/build/bootstrap.build')
-rw-r--r--cli/build/bootstrap.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/cli/build/bootstrap.build b/cli/build/bootstrap.build
new file mode 100644
index 0000000..1e5c8a4
--- /dev/null
+++ b/cli/build/bootstrap.build
@@ -0,0 +1,10 @@
+# file : build/bootstrap.build
+# license : MIT; see accompanying LICENSE file
+
+project = cli
+
+using version
+using config
+using dist
+using test
+using install