Skip to content

Commit

Permalink
ci: enable ROG_UI builds for GT-BE98
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed May 26, 2024
1 parent 8490a25 commit 613936a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: false
matrix:
cfg:
- { model: "gt-be98_pro", sdk: "src-rt-5.04behnd.4916", ui: "default", skip: false }
- { model: "gt-be98", sdk: "src-rt-5.04behnd.4916", ui: "default", skip: false }
- { model: "gt-be98", sdk: "src-rt-5.04behnd.4916", ui: "rog", skip: false }
if: "!contains(github.event.commits[0].message, '[SKIP_CI]')"
container:
image: gnuton/asuswrt-merlin-toolchains-docker:latest
Expand Down Expand Up @@ -113,6 +113,10 @@ jobs:
echo "Enabling TUF UI"
sed -i 's/TUF_UI=n/TUF_UI=y/' ${PROJECT_DIR}/release/src-rt/target.mak
fi
if [[ ${UI} == "rog" ]]; then
echo "Enabling ROG UI"
sed -i 's/ROG_UI=n/ROG_UI=y/' ${PROJECT_DIR}/release/src-rt/target.mak
fi
echo "----- BUILD ${MODEL}-----"
make "${MODEL}"
Expand Down

0 comments on commit 613936a

Please sign in to comment.