CI performance (#690)

More CI performance increase

* Runs all builds in parallel
* Avoids using the extra docker container in CI
This commit is contained in:
Ben V. Brown
2020-09-06 13:28:24 +10:00
committed by GitHub
parent 04b4f2a3ed
commit f5bc1e15b5
4 changed files with 65 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ AVAILABLE_MODELS=("TS100" "TS80" "TS80P")
BUILD_MODELS=()
usage() {
echo "Usage : $(basename "$0") [-l <LANG_CODE>] [-m <TS100|TS80>] [-h]
echo "Usage : $(basename "$0") [-l <LANG_CODE>] [-m <TS100|TS80|TS80P>] [-h]
Parameters :
-l LANG_CODE : Force a specific language (E.g. : EN, FR, NL_BE, ...)