createrelease; should check windows installer before Makefile is changed to release mode
This commit is contained in:
parent
0a715c695f
commit
6d777368c9
|
@ -37,12 +37,12 @@
|
||||||
# egrep "2\.[0-9]+" */*.h */*.cpp man/*.md | grep -v "test/test" | less
|
# egrep "2\.[0-9]+" */*.h */*.cpp man/*.md | grep -v "test/test" | less
|
||||||
# git commit -a -m "1.43: Set versions"
|
# git commit -a -m "1.43: Set versions"
|
||||||
#
|
#
|
||||||
|
# Build and test the windows installer
|
||||||
|
#
|
||||||
# Update the Makefile:
|
# Update the Makefile:
|
||||||
# make dmake && ./dmake --release
|
# make dmake && ./dmake --release
|
||||||
# git commit -a -m "1.43: Updated Makefile"
|
# git commit -a -m "1.43: Updated Makefile"
|
||||||
#
|
#
|
||||||
# Build and test the windows installer
|
|
||||||
#
|
|
||||||
# Tag:
|
# Tag:
|
||||||
# git tag 1.43
|
# git tag 1.43
|
||||||
# git push --tags
|
# git push --tags
|
||||||
|
|
Loading…
Reference in New Issue