add build scripts

This commit is contained in:
2018-12-08 08:59:16 +07:00
parent 3c205ce312
commit 47d3502a47
8 changed files with 63 additions and 18 deletions

5
scripts/build_all.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
$SCRIPT_DIR/build_debug.sh
$SCRIPT_DIR/build_release.sh