This commit is contained in:
parent
3f93bcc357
commit
275836d76b
@ -6,12 +6,6 @@ on:
|
||||
|
||||
jobs:
|
||||
build_firmware:
|
||||
needs: changed
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# Read back changd targets to create build matrix
|
||||
target: ath79-generic
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -28,18 +22,18 @@ jobs:
|
||||
run: apt-get -y install git subversion build-essential python3 gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time qemu-utils
|
||||
|
||||
- name: Build
|
||||
run: contrib/actions/run-build.sh ${{ matrix.target }}
|
||||
run: contrib/actions/run-build.sh mediatek-mt7622
|
||||
working-directory: gluon
|
||||
|
||||
- name: Archive build logs
|
||||
if: ${{ !cancelled() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.target }}_logs
|
||||
name: mediatek-mt7622_logs
|
||||
path: openwrt/logs
|
||||
|
||||
- name: Archive build output
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.target }}_output
|
||||
name: mediatek-mt7622_output
|
||||
path: output
|
||||
|
Loading…
Reference in New Issue
Block a user