ci: add udebug #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: OpenWrt CI testing | |
on: [ push, pull_request ] | |
env: | |
CI_ENABLE_UNIT_TESTING: 0 | |
CI_TARGET_BUILD_DEPENDS: "libubox udebug" | |
CI_CMAKE_EXTRA_BUILD_ARGS: -DJAIL_SUPPORT=1 | |
jobs: | |
native_testing: | |
name: Various native checks | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ynezz/[email protected] | |
- name: Upload build artifacts | |
uses: actions/upload-artifact@v2 | |
if: failure() | |
with: | |
name: native-build-artifacts | |
if-no-files-found: ignore | |
path: | | |
build/scan | |
tests/cram/**/*.t.err |