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 cd69ea2 commit 4433d5bCopy full SHA for 4433d5b
Jenkinsfile
@@ -261,7 +261,7 @@ pipeline
261
unstash 'linux_build'
262
bash "ls -lah"
263
bash "ls -lah ./Build/Src/Tests"
264
- bash "cd ./Build && ./runcpp2 -l -b" +
+ bash "cd ./Build && ./runcpp2 -l -b " +
265
"-c ../DefaultYAMLs/DefaultUserConfig.yaml " +
266
"--log-level info ../Examples/test_static.cpp"
267
}
@@ -301,7 +301,7 @@ pipeline
301
bat 'dir'
302
unstash 'windows_build'
303
304
- bat "cd .\\Build\\Debug && .\\runcpp2.exe -l -b" +
+ bat "cd .\\Build\\Debug && .\\runcpp2.exe -l -b " +
305
"-c ..\\..\\DefaultYAMLs\\DefaultUserConfig.yaml " +
306
"--log-level info ..\\..\\Examples\\test_static.cpp"
307
0 commit comments