-
I need to run a bash script after a cmake configure has finished. |
Beta Was this translation helpful? Give feedback.
Answered by
bobbrow
Apr 18, 2022
Replies: 1 comment
-
There isn't currently a way to do this, but we are planning to add "configure" to the list of commands supported by our task provider in the 1.11 release. You could then write a task that runs your script and have it depend on a "configure" task running first. #2452 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
juxeii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't currently a way to do this, but we are planning to add "configure" to the list of commands supported by our task provider in the 1.11 release. You could then write a task that runs your script and have it depend on a "configure" task running first. #2452