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 ac77ba8 commit a3366d0Copy full SHA for a3366d0
.circleci/config.yml
@@ -116,7 +116,7 @@ jobs:
116
name: Building
117
command: |
118
& 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\Tools\\Launch-VsDevShell.ps1' -arch << parameters.arch >>
119
- cmake --preset=ci-winwdows -B build -DCMAKE_BUILD_TYPE=Debug .
+ cmake --preset=ci-windows -B build -DCMAKE_BUILD_TYPE=Debug .
120
cmake --build build -j $env:MAKE_JOB_COUNT -v
121
- run:
122
name: Testing
0 commit comments