Replies: 2 comments
|
For example, this pull request is getting merged #88 it means that we may want to monitor if this kind of combination of different packages built by devenv work well. |
0 replies
|
Yes, I think building packages on a weekly basis sounds like a good balance. |
0 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.
For now we have many different scripts for package and application build, and it will make us have better maintenance quality by building them periodically.
However, building each of them is very time consumptive. We may not want to trigger it for each pull request. A solution may be that let's build comprehensively daily or weekly only, and trigger the shutil test only for pull request.
All reactions