Skip to content

Commit

Permalink
ci: re-enabled all builds. Added TUF-AX3000 to manifest.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zaloisio committed Jun 9, 2022
1 parent bf8bc16 commit 0566666
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
echo "DSL-AX82U#FW${MAJOR_VER}#EXT${MINOR_VER}#BETAFW0#BETAEXT0#" >> ${UPDATE_DIR}/manifest.txt
echo "RT-AX82U#FW${MAJOR_VER}#EXT${MINOR_VER}#BETAFW0#BETAEXT0#" >> ${UPDATE_DIR}/manifest.txt
echo "TUF-AX5400#FW${MAJOR_VER}#EXT${MINOR_VER}#BETAFW0#BETAEXT0#" >> ${UPDATE_DIR}/manifest.txt
echo "TUF-AX3000#FW${MAJOR_VER}#EXT${MINOR_VER}#BETAFW0#BETAEXT0#" >> ${UPDATE_DIR}/manifest.txt
echo "RT-AX95Q#FW${MAJOR_VER}#EXT${MINOR_VER}#BETAFW0#BETAEXT0#" >> ${UPDATE_DIR}/manifest.txt
cp $HOME/project/workspace/release/CHANGELOG ${UPDATE_DIR}/"${RELEASE_NOTE_FILE}"
echo "Uploading to github manifest and ${RELEASE_NOTE_FILE}"
Expand Down Expand Up @@ -213,7 +214,7 @@ workflows:
- mainline
- build:
name: "build_rt-ax82u"
model: "Xrt-ax82u"
model: "rt-ax82u"
release_dir: "src-rt-5.02axhnd.675x"
requires:
- getcode
Expand All @@ -226,7 +227,7 @@ workflows:
- mainline
- build:
name: "build_rt-ax95q"
model: "Xrt-ax95q"
model: "rt-ax95q"
release_dir: "src-rt-5.02axhnd.675x"
requires:
- getcode
Expand All @@ -239,7 +240,7 @@ workflows:
- mainline
- build:
name: "build_tuf-ax5400"
model: "Xtuf-ax5400"
model: "tuf-ax5400"
release_dir: "src-rt-5.02axhnd.675x"
requires:
- getcode
Expand Down

0 comments on commit 0566666

Please sign in to comment.