File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,24 +175,21 @@ jobs:
175175 - name : MSVC build
176176 working-directory : libs/c
177177 run : |
178- cl /W4 /WX /Od /Zi ^
179- /D_CRT_SECURE_NO_WARNINGS ^
180- postscriptbarcode.c ^
181- postscriptbarcode_test.c ^
178+ cl /W4 /WX /Od /Zi `
179+ /D_CRT_SECURE_NO_WARNINGS `
180+ postscriptbarcode.c `
181+ postscriptbarcode_test.c `
182182 /Fe:postscriptbarcode_test.exe
183- shell : cmd
184183
185184 - name : Test with LF barcode.ps
186185 working-directory : libs/c
187- run : postscriptbarcode_test.exe
188- shell : cmd
186+ run : ./postscriptbarcode_test.exe
189187
190188 - name : Test with CRLF barcode.ps
191189 working-directory : libs/c
192190 run : |
193- copy /Y ..\..\build\monolithic\barcode_crlf.ps ..\..\build\monolithic\barcode.ps
194- postscriptbarcode_test.exe
195- shell : cmd
191+ Copy-Item ..\..\build\monolithic\barcode_crlf.ps ..\..\build\monolithic\barcode.ps
192+ ./postscriptbarcode_test.exe
196193
197194 ci-scan-build :
198195
You can’t perform that action at this time.
0 commit comments