1
0
forked from me/IronOS

Add Pinecilv2 to CI

This commit is contained in:
Ben V. Brown
2022-07-30 22:58:31 +10:00
parent 763e586651
commit b25c8455ec
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
image: alpine:3.16
strategy:
matrix:
model: ["TS100", "TS80", "TS80P", "Pinecil", "MHP30"]
model: ["TS100", "TS80", "TS80P", "Pinecil", "MHP30", "Pinecilv2"]
fail-fast: true
steps:

View File

@@ -7,7 +7,7 @@ TRANSLATION_SCRIPT="make_translation.py"
# AVAILABLE_LANGUAGES will be calculating according to json files in $TRANSLATION_DIR
AVAILABLE_LANGUAGES=()
BUILD_LANGUAGES=()
AVAILABLE_MODELS=("TS100" "TS80" "TS80P" "Pinecil" "MHP30")
AVAILABLE_MODELS=("TS100" "TS80" "TS80P" "Pinecil" "MHP30" "Pinecilv2")
BUILD_MODELS=()
usage() {