Files
CMake/Tests/RunCMake/CMakePresetsWorkflow/Good-stdout.txt
T
Kyle Edwards 374d82bbcd cmake: Add --workflow mode
Fixes: #23118
2022-09-27 11:09:06 -04:00

20 lines
590 B
Plaintext

^Executing workflow step 1 of 4: configure preset "default"
.*Testing the configure step at [^
]*/Tests/RunCMake/CMakePresetsWorkflow/Good/build.*
Executing workflow step 2 of 4: build preset "default"
.*Testing the build step at [^
]*[\\/]Tests[\\/]RunCMake[\\/]CMakePresetsWorkflow[\\/]Good[\\/]build.*
Executing workflow step 3 of 4: test preset "default"
.*Testing the test step at [^
]*/Tests/RunCMake/CMakePresetsWorkflow/Good/build.*
Executing workflow step 4 of 4: package preset "default"
.*Testing the package step at [^
]*/Tests/RunCMake/CMakePresetsWorkflow/Good/build.*