We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c2dbe commit 8fbf0dcCopy full SHA for 8fbf0dc
.github/workflows/cpp.yml
@@ -66,22 +66,9 @@ jobs:
66
fail-fast: false
67
matrix:
68
include:
69
- - name: 'V8 on Windows #1 (full)'
70
- runtime: 'v8'
+ - name: 'Wasmtime on Windows'
+ runtime: 'wasmtime'
71
os: windows-2019
72
- flags: '--copt=/DEBUG:FULL'
73
- - name: 'V8 on Windows #2 (fastlink)'
74
75
- os: windows-2019
76
- flags: '--copt=/DEBUG:FASTLINK'
77
- - name: 'V8 on Windows #3 (none)'
78
79
80
- flags: '--copt=/DEBUG:NONE'
81
- - name: 'V8 on Windows #4 (/Zi)'
82
83
84
- flags: '--copt=/Zi'
85
86
steps:
87
- uses: actions/checkout@v2
0 commit comments