Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren committed Jun 17, 2024
1 parent 622a142 commit 918e053
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ concurrency:
jobs:
ci:
strategy:
fail-fast: false
matrix:
ci:
- os: ubuntu-20.04
node: 18
- os: ubuntu-22.04
node: 20
- os: ubuntu-22.04
node: 20
meson_args: '-Db_sanitize=address'
- os: macos-12
node: 18
- os: macos-14
Expand All @@ -33,6 +37,7 @@ jobs:
MEDIASOUP_SKIP_WORKER_PREBUILT_DOWNLOAD: 'true'
MEDIASOUP_LOCAL_DEV: 'true'
MEDIASOUP_BUILDTYPE: ${{ matrix.build-type }}
MESON_ARGS: ${{ matrix.ci.meson_args }}

steps:
- name: Checkout
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mediasoup-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ env:
jobs:
ci:
strategy:
fail-fast: false
matrix:
ci:
- os: ubuntu-20.04
- os: ubuntu-22.04
meson_args: '-Db_sanitize=address'
- os: ubuntu-22.04
meson_args: '-Db_sanitize=thread'
- os: macos-12
- os: macos-14
- os: windows-2022
Expand All @@ -26,6 +30,7 @@ jobs:

env:
KEEP_BUILD_ARTIFACTS: '1'
MESON_ARGS: ${{ matrix.ci.meson_args }}

steps:
- name: Checkout
Expand Down

0 comments on commit 918e053

Please sign in to comment.