Files
podkop/.github/workflows/build.yml
itdoginfo b2ee32b90f test
2024-10-10 23:49:22 +03:00

31 lines
751 B
YAML

name: Test Build
on:
push:
branches:
- main
jobs:
build:
name: ${{ matrix.arch }} build
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- x86_64
# - mips_24kc
steps:
- uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
- name: Bild SDK test
run: |
docker run -v ${{ GITHUB.WORKSPACE }}:/builder/package/feeds/ci openwrt/sdk:${{ matrix.arch }}-v23.05.5 sh -c "make package/podkop/{ clean, compile } V=s && ls bin/packages/x86_64/ci"
# - name: Store packages
# uses: actions/upload-artifact@v4.4.3
# with:
# name: ${{ matrix.arch}}-packages
# path: bin/packages/${{ matrix.arch }}/packages/*.ipk