Skip to content

Commit 8c4eca3

Browse files
committed
Adding /c option to cmd.exe
1 parent ee94dcf commit 8c4eca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ jobs:
5757
@"<< parameters.vspath >>\VC\Auxiliary\Build\vcvarsall.bat" << parameters.arch >>
5858
dist.bat gen
5959
cmake . -G "NMake Makefiles"
60-
shell: cmd.exe
60+
shell: cmd.exe /c
6161
- run:
6262
name: Build
6363
command: nmake
64-
shell: cmd.exe
64+
shell: cmd.exe /c
6565
- run:
6666
name: Test
6767
command: ctest -V -LE json
68-
shell: cmd.exe
68+
shell: cmd.exe /c
6969

7070
workflows:
7171
ubuntu-build:

0 commit comments

Comments
 (0)