mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 06:15:31 +00:00
CI for kernel module
This commit is contained in:
parent
8bb5368b85
commit
c0dc5d2652
106
.github/workflows/build-ci.yml
vendored
106
.github/workflows/build-ci.yml
vendored
@ -108,31 +108,31 @@ jobs:
|
|||||||
branch:
|
branch:
|
||||||
- openwrt-23.05
|
- openwrt-23.05
|
||||||
arch:
|
arch:
|
||||||
# - aarch64_cortex-a53
|
- aarch64_cortex-a53
|
||||||
# - aarch64_cortex-a72
|
- aarch64_cortex-a72
|
||||||
# - aarch64_generic
|
- aarch64_generic
|
||||||
# - arm_arm1176jzf-s_vfp
|
- arm_arm1176jzf-s_vfp
|
||||||
# - arm_arm926ej-s
|
- arm_arm926ej-s
|
||||||
# - arm_cortex-a15_neon-vfpv4
|
- arm_cortex-a15_neon-vfpv4
|
||||||
# - arm_cortex-a5_vfpv4
|
- arm_cortex-a5_vfpv4
|
||||||
# - arm_cortex-a7
|
- arm_cortex-a7
|
||||||
# - arm_cortex-a7_neon-vfpv4
|
- arm_cortex-a7_neon-vfpv4
|
||||||
# - arm_cortex-a7_vfpv4
|
- arm_cortex-a7_vfpv4
|
||||||
# - arm_cortex-a8_vfpv3
|
- arm_cortex-a8_vfpv3
|
||||||
# - arm_cortex-a9
|
- arm_cortex-a9
|
||||||
# - arm_cortex-a9_neon
|
- arm_cortex-a9_neon
|
||||||
# - arm_cortex-a9_vfpv3-d16
|
- arm_cortex-a9_vfpv3-d16
|
||||||
# - arm_fa526
|
- arm_fa526
|
||||||
# - arm_mpcore
|
- arm_mpcore
|
||||||
# - arm_xscale
|
- arm_xscale
|
||||||
# - mips64_octeonplus
|
- mips64_octeonplus
|
||||||
# - mips_24kc
|
- mips_24kc
|
||||||
# - mips_4kec
|
- mips_4kec
|
||||||
# - mips_mips32
|
- mips_mips32
|
||||||
# - mipsel_24kc
|
- mipsel_24kc
|
||||||
# - mipsel_24kc_24kf
|
- mipsel_24kc_24kf
|
||||||
# - mipsel_74kc
|
- mipsel_74kc
|
||||||
# - mipsel_mips32
|
- mipsel_mips32
|
||||||
- x86_64
|
- x86_64
|
||||||
container:
|
container:
|
||||||
image: openwrt/sdk:${{ matrix.arch }}-${{ matrix.branch }}
|
image: openwrt/sdk:${{ matrix.arch }}-${{ matrix.branch }}
|
||||||
@ -192,32 +192,33 @@ jobs:
|
|||||||
- branch: openwrt-19.07
|
- branch: openwrt-19.07
|
||||||
wd_path: /home/build/openwrt
|
wd_path: /home/build/openwrt
|
||||||
arch:
|
arch:
|
||||||
# - aarch64_cortex-a53
|
- aarch64_cortex-a53
|
||||||
# - aarch64_cortex-a72
|
- aarch64_cortex-a72
|
||||||
# - aarch64_generic
|
- aarch64_generic
|
||||||
# - arm_arm1176jzf-s_vfp
|
- arm_arm1176jzf-s_vfp
|
||||||
# - arm_arm926ej-s
|
- arm_arm926ej-s
|
||||||
# - arm_cortex-a15_neon-vfpv4
|
- arm_cortex-a15_neon-vfpv4
|
||||||
# - arm_cortex-a5_vfpv4
|
- arm_cortex-a5_vfpv4
|
||||||
# - arm_cortex-a7
|
- arm_cortex-a7
|
||||||
# - arm_cortex-a7_neon-vfpv4
|
- arm_cortex-a7_neon-vfpv4
|
||||||
# - arm_cortex-a7_vfpv4
|
- arm_cortex-a7_vfpv4
|
||||||
# - arm_cortex-a8_vfpv3
|
- arm_cortex-a8_vfpv3
|
||||||
# - arm_cortex-a9
|
- arm_cortex-a9
|
||||||
# - arm_cortex-a9_neon
|
- arm_cortex-a9_neon
|
||||||
# - arm_cortex-a9_vfpv3-d16
|
- arm_cortex-a9_vfpv3-d16
|
||||||
# - arm_fa526
|
- arm_fa526
|
||||||
# - arm_mpcore
|
- arm_mpcore
|
||||||
# - arm_xscale
|
- arm_xscale
|
||||||
# - mips64_octeonplus
|
- mips64_octeonplus
|
||||||
# - mips_24kc
|
- mips_24kc
|
||||||
# - mips_4kec
|
- mips_4kec
|
||||||
# - mips_mips32
|
- mips_mips32
|
||||||
- mipsel_24kc
|
- mipsel_24kc
|
||||||
# - mipsel_24kc_24kf
|
- mipsel_24kc_24kf
|
||||||
# - mipsel_74kc
|
- mipsel_74kc
|
||||||
# - mipsel_mips32
|
- mipsel_mips32
|
||||||
# - x86_64
|
- ramips/mt76x8
|
||||||
|
- x86_64
|
||||||
container:
|
container:
|
||||||
image: openwrt/sdk:${{ matrix.arch }}-${{ matrix.branch }}
|
image: openwrt/sdk:${{ matrix.arch }}-${{ matrix.branch }}
|
||||||
options: --user root
|
options: --user root
|
||||||
@ -248,14 +249,14 @@ jobs:
|
|||||||
./scripts/feeds install -a -p youtubeUnblock
|
./scripts/feeds install -a -p youtubeUnblock
|
||||||
make defconfig
|
make defconfig
|
||||||
make package/kyoutubeUnblock/compile V=s
|
make package/kyoutubeUnblock/compile V=s
|
||||||
cp $(find ./bin -type f -name 'youtubeUnblock*.ipk') ./
|
cp $(find ./bin -type f -name 'kmod-youtubeUnblock*.ipk') ./
|
||||||
|
|
||||||
- name: Upload packages
|
- name: Upload packages
|
||||||
if: steps.build.outcome == 'success'
|
if: steps.build.outcome == 'success'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.branch }}-${{ matrix.arch }}
|
name: ${{ matrix.branch }}-${{ matrix.arch }}
|
||||||
path: ${{ matrix.wd_path }}/youtubeUnblock*.ipk
|
path: ${{ matrix.wd_path }}/kmod-youtubeUnblock*.ipk
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
build-entware:
|
build-entware:
|
||||||
@ -369,4 +370,5 @@ jobs:
|
|||||||
title: 'Development build'
|
title: 'Development build'
|
||||||
files: |
|
files: |
|
||||||
./**/youtubeUnblock*.ipk
|
./**/youtubeUnblock*.ipk
|
||||||
|
./**/kmod-youtubeUnblock*.ipk
|
||||||
./**/youtubeUnblock*.tar.gz
|
./**/youtubeUnblock*.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user