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.
2 parents 1152cde + 7347871 commit 937f419Copy full SHA for 937f419
.github/workflows/cmake.yml
@@ -231,6 +231,9 @@ jobs:
231
adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
232
- adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
233
compiler: {c: clang-cl, cxx: clang-cl}
234
+ # TODO: testing is flaky on windows-2022 in Release mode
235
+ - os: 'windows-2022'
236
+ build_type: Release
237
238
build_type: [Debug, Release]
239
compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]
0 commit comments