Replies: 1 comment 3 replies
|
you should use task to do it. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.All reactions