-
Notifications
You must be signed in to change notification settings - Fork 174
Adding Python to the CI process #1106
Adding Python to the CI process #1106
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the manage runci invocation is not actually finding the tests to run. From the logs:
*********************************
No test configuration file found!
*********************************
Usage
ctest [options]
This might have to do with the current working directory when ctest is invoked, as ctest needs to be run while the working directory is the cmake build output folder.
EDIT: Looking at the other PRs, it may be that this behavior is expected for now. If so, my apologies! I'll update the review accordingly.
Indeed there are no tests yet and this is the reason for the output. That is, everything is working as expected. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s). |
No description provided.