Skip to content

Merge branch 'v3' into test_stack_overflow #4

Merge branch 'v3' into test_stack_overflow

Merge branch 'v3' into test_stack_overflow #4

name: mediasoup-worker
on: [push, pull_request]
concurrency:
# Cancel a currently running workflow from the same PR, branch or tag when a
# new workflow is triggered.
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci:
strategy:
fail-fast: false
matrix:
build:
- os: ubuntu-20.04
cc: clang
cxx: clang++
runs-on: ${{ matrix.build.os }}
env:
CC: ${{ matrix.build.cc }}
CXX: ${{ matrix.build.cxx }}
MEDIASOUP_SKIP_WORKER_PREBUILT_DOWNLOAD: "true"
steps:
- name: Checkout
uses: actions/checkout@v3
- run: make test-asan -C worker