Skip to content

Commit

Permalink
ci: add rax3000m-op23.05.4 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyself committed Sep 8, 2024
1 parent b99acfb commit 3a4a30f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
rax3000m-op23_05_4:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies
run: |
sudo apt install -y u-boot-tools device-tree-compiler
- name: Test
run: |
wget https://downloads.openwrt.org/releases/23.05.4/targets/mediatek/filogic/openwrt-23.05.4-mediatek-filogic-cmcc_rax3000m-squashfs-sysupgrade.itb && \
python3 patch_itb.py openwrt-23.05.4-mediatek-filogic-cmcc_rax3000m-squashfs-sysupgrade.itb patched.itb && \
(echo "04b38ffa06ccfe85c7337d69eedb1f9d patched.itb" | md5sum -c)

0 comments on commit 3a4a30f

Please sign in to comment.