Merge build-templates.sh into build-release.sh

Having the two separated was a bit redundant.
This commit is contained in:
Rémi Verschelde
2020-05-07 14:45:52 +02:00
parent ee823e5177
commit 4e6b7462b6
3 changed files with 27 additions and 79 deletions

View File

@@ -21,14 +21,11 @@ this in a simple and user-friendly interface.
containers.
- Build with `build.sh` (check `--help` for usage).
- Package binaries with `build-release.sh` (check `--help` for usage).
- Build templates .tpz with `build-templates.sh` (check `--help` for
usage).
Example that builds Godot 3.2-stable Classical (not Mono):
```
./build.sh -v 3.2-stable -g 3.2-stable -b classical
./build-release.sh -v 3.2-stable -b classical
./build-templates.sh -v 3.2-stable -t 3.2.stable -b classical
./build-release.sh -v 3.2-stable -t 3.2.stable -b classical
```
Again, this is intended for release managers and usability is not the