mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-07 12:06:56 +03:00
test
This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -13,21 +13,19 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
arch:
|
arch:
|
||||||
- x86_64
|
- x86_64
|
||||||
- mips_24kc
|
# - mips_24kc
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.1
|
- uses: actions/checkout@v4.2.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Build
|
- name: Bild SDK test
|
||||||
uses: openwrt/gh-action-sdk@main
|
run: |
|
||||||
env:
|
docker run -v ${{ GITHUB_WORKSPACE }}:/builder/package/feeds/ci openwrt/sdk-image:${{ matrix.arch }} sh -c "make package/podkop/{ clean, compile } V=s && ls bin/packages/x86_64/ci"
|
||||||
ARCH: ${{ matrix.arch }}
|
|
||||||
PACKAGES: podkop luci-app-podkop
|
|
||||||
|
|
||||||
- name: Store packages
|
# - name: Store packages
|
||||||
uses: actions/upload-artifact@v4.4.3
|
# uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
# with:
|
||||||
name: ${{ matrix.arch}}-packages
|
# name: ${{ matrix.arch}}-packages
|
||||||
path: bin/packages/${{ matrix.arch }}/packages/*.ipk
|
# path: bin/packages/${{ matrix.arch }}/packages/*.ipk
|
||||||
Reference in New Issue
Block a user