diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-12 10:24:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-12 10:24:19 +0200 |
commit | 1a3f59fe6268113eef384812f21a2f4ffee0c772 (patch) | |
tree | ce48a6c829a65020ebe81343523281c9e371c178 /intro2-tour | |
parent | d522e894f5ae1e899da5a23f0cfcafd2bd331797 (diff) |
Add commands for bdep-update/test to intro2-tour
Diffstat (limited to 'intro2-tour')
-rwxr-xr-x | intro2-tour | 10 |
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 |