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/.gitignore | 1 + build/bootstrap.build | 13 ++++++++++++- build/root.build | 4 +++- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 build/.gitignore (limited to 'build') diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..225c27f --- /dev/null +++ b/build/.gitignore @@ -0,0 +1 @@ +config.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 - diff --git a/build/root.build b/build/root.build index 99d62c0..54a5851 100644 --- a/build/root.build +++ b/build/root.build @@ -1,3 +1,5 @@ +cxx.std = 11 + using cxx -cxx{*}: extension = cpp +cxx{*}: extension = cxx -- cgit v1.1