From b25c8455ece46a70c513a72208d2172b87304691 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sat, 30 Jul 2022 22:58:31 +1000 Subject: [PATCH] Add Pinecilv2 to CI --- .github/workflows/push.yml | 2 +- source/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5720a006..fb9b1f84 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: diff --git a/source/build.sh b/source/build.sh index 643af510..ce75418e 100755 --- a/source/build.sh +++ b/source/build.sh @@ -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() {