Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

shared/tinyusb: Add support for USB Network (NCM) interface. #9598

shared/tinyusb: Add support for USB Network (NCM) interface.

shared/tinyusb: Add support for USB Network (NCM) interface. #9598

name: webassembly port
on:
push:
pull_request:
paths:
- '.github/workflows/*.yml'
- 'tools/**'
- 'py/**'
- 'extmod/**'
- 'shared/**'
- 'lib/**'
- 'ports/webassembly/**'
- 'tests/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install packages
run: tools/ci.sh webassembly_setup
- name: Build
run: tools/ci.sh webassembly_build
- name: Run tests
run: tools/ci.sh webassembly_run_tests
- name: Print failures
if: failure()
run: tests/run-tests.py --print-failures
Morty Proxy This is a proxified and sanitized view of the page, visit original site.