Modify gitlab CI script to improve cachability #44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "gitlab-ci-improvements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current build process takes >3 minutes, a vast majority of which is simply installing the dependencies. This should be cached, and this
.gitlab-ci.ymlsplits up the job into stages and has preliminary caching support.assigned to @emacsen
mentioned in commit
ffb8240f75