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

Cache artifacts in Travis, AppVeyor, GitHubActions, and Cirrus #173

Merged
merged 1 commit into from
May 27, 2020

Conversation

christopher-dG
Copy link
Member

Closes #166
I've tested Travis, AppVeyor, and GHA, but I couldn't get Cirrus to pick up on my repo for some reason. According to the docs it should work.
GitLab doesn't allow caching files outside of the repository directory, so caching can't be used there. DroneCI's caching looks a bit more complicated so maybe I'll look at it another day, it's not used frequently anyways.

@codecov
Copy link

codecov bot commented May 26, 2020

Codecov Report

Merging #173 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #173   +/-   ##
=======================================
  Coverage   89.54%   89.54%           
=======================================
  Files          18       18           
  Lines         507      507           
=======================================
  Hits          454      454           
  Misses         53       53           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8877430...cc6dcf5. Read the comment docs.

@christopher-dG christopher-dG merged commit ab075ca into master May 27, 2020
@christopher-dG christopher-dG deleted the cdg/caching branch May 27, 2020 20:05
@giordano
Copy link
Member

Awesome, thank you so much!

Cirrus is being very unreliable lately, many packages moved to Travis for FreeBSD testing. As far as I know, Cloud Drone doesn't support caching, there are plugins for self-hosted instances.

@christopher-dG
Copy link
Member Author

How does FreeBSD on Travis work? And good to know that the Drone stuff will only work on self-hosted, so not much use implementing it here.

@giordano
Copy link
Member

How does FreeBSD on Travis work?

Pretty good, just add

  - freebsd

to the list of operating systems, that's it

@christopher-dG
Copy link
Member Author

It seems that it's not mentioned in the Travis docs anywhere...

@giordano
Copy link
Member

I think it's in beta or something like that, but Alex shared the news on Slack 🙂

@christopher-dG
Copy link
Member Author

Ah, cool. I'll wait until it's GA before I add the option here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cache artifacts in CI
2 participants