Skip to content
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

CI cleanup #122

Merged
merged 2 commits into from
Dec 23, 2019
Merged

CI cleanup #122

merged 2 commits into from
Dec 23, 2019

Conversation

austinabell
Copy link
Contributor

@austinabell austinabell commented Dec 21, 2019

#117 Cleaning up CI build

  • Implements cache on the clippy job (test job can't be cached because it is over the github limit of 400mb)
    • Cache is overwritten every time the build passes, which is somewhat inefficient but there is no other way to invalidate old caches without either committing the cargo lock or something hacky
  • Adds a build for pushes to master (so the requirement of all jobs to pass on PRs not required and build status can be seen on master)
  • Publishes cargo docs to gh-pages branch on push to master (will probably require configuring in settings, tested on other repo)

Copy link
Member

@ansermino ansermino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, thank you!

@austinabell austinabell merged commit 0ab143c into master Dec 23, 2019
@austinabell austinabell deleted the austin/cicleanup branch December 23, 2019 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants