Replies: 1 comment 3 replies
-
you should use task to do it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following target for running coverage (and similar for performance tests):
Is there a way for the target to instead set the mode to correct one? I tried
os.exec('xmake f -m coverage')
, but it does not seem to affect the following build and test until it is run again.Beta Was this translation helpful? Give feedback.
All reactions