summaryrefslogtreecommitdiff
path: root/intro2-tour
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-12 10:24:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-12 10:24:19 +0200
commit1a3f59fe6268113eef384812f21a2f4ffee0c772 (patch)
treece48a6c829a65020ebe81343523281c9e371c178 /intro2-tour
parentd522e894f5ae1e899da5a23f0cfcafd2bd331797 (diff)
Add commands for bdep-update/test to intro2-tour
Diffstat (limited to 'intro2-tour')
-rwxr-xr-xintro2-tour10
1 files changed, 8 insertions, 2 deletions
diff --git a/intro2-tour b/intro2-tour
index d457b7a..794ed2e 100755
--- a/intro2-tour
+++ b/intro2-tour
@@ -72,9 +72,13 @@ show b ../hello-clang/hello/
show b test: ../hello-clang/hello/
show ../hello-clang/hello/hello/hello World
+b clean: ../hello-clang/hello/
+show bdep test @clang
+show bdep test @gcc @clang
+
show bdep init -C ../hello-mingw @mingw cc config.cxx=x86_64-w64-mingw32-g++
-show b ../hello-mingw/hello/
-show b test: ../hello-mingw/hello/
+show bdep update @mingw
+show bdep test @mingw
show ../hello-mingw/hello/hello/hello.exe Windows
cd ..
@@ -136,6 +140,8 @@ show b
show bdep status -ai
show bdep sync -a
+show bdep test -ai
+
sed -i -re 's/^import/#import/' hello/buildfile
sed -i -re 's/^depends: libhello/#depends: libhello/' manifest