summaryrefslogtreecommitdiff
path: root/intro2-tour
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-09-10 14:48:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-09-10 14:48:41 +0200
commitdc7697839714cba6f05eec0d87adc213a878082e (patch)
tree055843750b37b83e3e44f758e40be21dbe3a08af /intro2-tour
parentcaa9cf59cfbd7ff83273d46a600f6266f9113166 (diff)
Update intro script/output with new commands
Diffstat (limited to 'intro2-tour')
-rwxr-xr-xintro2-tour15
1 files changed, 14 insertions, 1 deletions
diff --git a/intro2-tour b/intro2-tour
index 33ccc09..1a4f21d 100755
--- a/intro2-tour
+++ b/intro2-tour
@@ -83,6 +83,12 @@ show bdep update @mingw
show bdep test @mingw
show ../hello-mingw/hello/hello/hello.exe Windows
+show git add .
+show git commit -m "Initial implementation"
+show git remote add origin git@github.com:boris-kolpackov/hello.git
+show git push origin master -u --force
+show bdep ci --simulate success
+
show bdep deinit @gcc @clang
cd ..
@@ -218,7 +224,7 @@ show bdep sync ?sys:libsqlite3
# Versioning and Release Management.
#
git add .
-git commit -m "Start hello project"
+git commit -m "Initial implementation"
show bdep status
show b info
@@ -230,6 +236,12 @@ git commit -a -m "Another commit"
show bdep status
+sed -i -re 's/^version: .*/version: 0.1.0/' manifest
+git commit -a -m "Release 0.1.0"
+git remote add origin git@github.com:boris-kolpackov/hello.git
+git push origin :build2-control
+show bdep publish --simulate success
+
cd ..
## fi
@@ -286,6 +298,7 @@ EOF
sed -i -re 's/^#import/import/' hello/hello/buildfile
show bdep test
+cd ..
# Package Consumption.
#