-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert CI to multi-stage pipelines #3594
Comments
I was interested in making "Tutorials" a follow-up stage for the library build, so I've looked into this some time ago. I do not recall what was the culprit, but I could not achieve this either at all, or in reasonable time. So not sure if this qualifies as "good first issue". Things might have changed since then though. |
We can have a pipeline with stages like this? |
Slight difference in build flags (PCL_NO_PRECOMPILE ON/OFF). But formatting should be a precursor to all other jobs. But yes, Format -> Build matrix -> Test -> Tutorial is a nice sequence. I don't know where documentation would fit best |
'Tutorials' job is building the tutorials code, not the tutorials HTML pages. |
We can have a parallel job for Documentation. |
Dividing this issue request in 2 parts:
|
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs. |
Your Environment
Context
Currently, each CI is single stage, completely independent of each other.
Expected Behavior
Splitting CI into stages will allow:
The text was updated successfully, but these errors were encountered: