Skip to content

Commit

Permalink
Using multiline string on Yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktakashi committed Dec 6, 2023
1 parent 5c871eb commit 6aa7918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
cmake . -G "NMake Makefiles"
- run:
name: Build
command: & nmake
command: |
& nmake
- run:
name: Test
command: ctest -V -LE json
Expand Down

0 comments on commit 6aa7918

Please sign in to comment.