summaryrefslogtreecommitdiff
path: root/intro2-tour
diff options
context:
space:
mode:
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.
#