Skip to content

Commit

Permalink
extend CI matrix with v8 build options
Browse files Browse the repository at this point in the history
  • Loading branch information
pmed committed Oct 16, 2023
1 parent 29d8c2b commit 96e18bc
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ jobs:
build_type: [ Release ]
shared_lib: [ false, true ]
header_only: [ false, true ]
v8_compress_pointers: [ false, true ]
v8_enable_sandbox: [ false, true ]
exclude:
include:
- os: ubuntu-latest
v8_compress_pointers: true
v8_enable_sandbox: true
- os: macos-latest
v8_compress_pointers: false
v8_enable_sandbox: false
- os: windows-latest
v8_compress_pointers: false
- os: macos-latest
v8_compress_pointers: true
v8_enable_sandbox: true
- os: windows-latest
v8_compress_pointers: true
v8_enable_sandbox: false

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

Expand Down

0 comments on commit 96e18bc

Please sign in to comment.