Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Apr 9, 2024
1 parent 7cf89d0 commit dd550bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 120 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/mediasoup-node-debug.yaml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ jobs:
node: 20
- os: windows-2022
node: 20
build-type:
- Release
- Debug

runs-on: ${{ matrix.ci.os }}

env:
MEDIASOUP_SKIP_WORKER_PREBUILT_DOWNLOAD: 'true'
MEDIASOUP_LOCAL_DEV: 'true'
MEDIASOUP_BUILDTYPE: 'Release'
MEDIASOUP_BUILDTYPE: ${{ matrix.build-type }}

steps:
- name: Checkout
Expand Down
53 changes: 0 additions & 53 deletions .github/workflows/mediasoup-worker-fuzzer-debug.yaml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/mediasoup-worker-fuzzer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
cc: clang
cxx: clang++
arch: arm64
build-type:
- Release
- Debug

runs-on: ${{ matrix.build.os }}

Expand All @@ -28,7 +31,7 @@ jobs:
CXX: ${{ matrix.build.cxx }}
MEDIASOUP_SKIP_WORKER_PREBUILT_DOWNLOAD: 'true'
MEDIASOUP_LOCAL_DEV: 'true'
MEDIASOUP_BUILDTYPE: 'Release'
MEDIASOUP_BUILDTYPE: ${{ matrix.build-type }}

steps:
- name: Checkout
Expand Down

0 comments on commit dd550bb

Please sign in to comment.