Skip to content

Commit

Permalink
review: take proxy-wasm#2.
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora committed Jan 5, 2022
1 parent 6814b83 commit 03dd53f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,26 +66,10 @@ jobs:
fail-fast: false
matrix:
include:
- name: 'V8 on Windows (debug)'
runtime: 'v8'
os: windows-2019
flags: '-c dbg'
- name: 'V8 on Windows (fastbuild)'
runtime: 'v8'
os: windows-2019
flags: '-c fastbuild'
- name: 'V8 on Windows (release)'
runtime: 'v8'
os: windows-2019
flags: '-c opt'
- name: 'V8 on Windows (static)'
runtime: 'v8'
os: windows-2019
flags: '--dynamic_mode=off'
- name: 'V8 on Windows (/Os)'
runtime: 'v8'
os: windows-2019
flags: '--cxxopt=/Os'
flags: '--dynamic_mode=off --features=static_link_msvcrt'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 03dd53f

Please sign in to comment.