From 1a3f59fe6268113eef384812f21a2f4ffee0c772 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 12 May 2018 10:24:19 +0200 Subject: Add commands for bdep-update/test to intro2-tour --- intro2-tour | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'intro2-tour') 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 -- cgit v1.1