Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jan 24, 2024
1 parent 4882daa commit abbb57f
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,47 @@ jobs:
- model: "dsl-ax82u"
sdk: "src-rt-5.02axhnd.675x"
ui: "none"
skip: "Y"
- model: "rt-ax82u"
sdk: "src-rt-5.02axhnd.675x"
ui: "none"
skip: "Y"
- model: "rt-ax82u_v2"
sdk: "src-rt-5.04axhnd.675x"
ui: "none"
skip: "Y"
- model: "rt-ax92u"
sdk: "src-rt-5.02axhnd.675x"
ui: "none"
skip: "Y"
- model: "rt-ax5400"
sdk: "src-rt-5.04axhnd.675x"
ui: "none"
skip: "Y"
- model: "tuf-ax3000"
sdk: "src-rt-5.02axhnd.675x"
ui: "none"
skip: "Y"
- model: "tuf-ax5400"
sdk: "src-rt-5.02axhnd.675x"
ui: "none"
skip: "Y"
- model: "tuf-ax3000"
sdk: "src-rt-5.02axhnd.675x"
ui: "tuf"
skip: "Y"
- model: "tuf-ax5400"
sdk: "src-rt-5.02axhnd.675x"
ui: "tuf"

- build_tuf-ax5400
- build_tuf-ax3000
- build_tuf-ax5400_tuf
- build_tuf-ax3000_tuf
#- build_rt-ax95q
#- build_rt-axe95q
- build_rt-ax5400


skip: "Y"
- model: "rt-ax95q"
sdk: "src-rt-5.02axhnd.675x"
ui: "none"
skip: "n"
- model: "rt-axe95q"
sdk: "src-rt-5.02axhnd.675x"
ui: "none"
skip: "n"
container:
image: gnuton/asuswrt-merlin-toolchains-docker:latest
env:
Expand Down

0 comments on commit abbb57f

Please sign in to comment.