Skip to content

increase verbosity, to debug package compile fail #4

increase verbosity, to debug package compile fail

increase verbosity, to debug package compile fail #4

Workflow file for this run

name: Test Build
on:
push:
branches:
- master
jobs:
build:
name: ${{ matrix.arch }} build
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- mips_24kc
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build
uses: openwrt/gh-action-sdk@main
env:
ARCH: ${{ matrix.arch }}
FEED_DIR: "$GITHUB_WORKSPACE/openwrt/"
V: sc # verbosity, see https://openwrt.org/docs/techref/buildroot#warnings_errors_and_tracing
- name: Store packages
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.arch}}-packages
path: bin/packages/${{ matrix.arch }}/packages/*.ipk