Add build scripts.

This commit is contained in:
Lauri Ojansivu 2018-11-04 18:32:08 +02:00
parent 6f2275e8cb
commit 4c2857b6e8
34 changed files with 1013 additions and 0 deletions

5
releases/add-tag.sh Executable file
View file

@ -0,0 +1,5 @@
# Add tag to repo of new release
# Example: add-tag.sh v1.62
git tag -a $1 -m "$1"
git push origin $1