X Tutup
The Wayback Machine - https://web.archive.org/web/20201106142111/https://github.com/appwrite/appwrite/issues/714
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

Speed Up our Docker Travis CI builds #714

Open
eldadfux opened this issue Oct 27, 2020 · 2 comments
Open

Speed Up our Docker Travis CI builds #714

eldadfux opened this issue Oct 27, 2020 · 2 comments

Comments

@eldadfux
Copy link
Member

@eldadfux eldadfux commented Oct 27, 2020

We want to use caching to speed up Appwrite's Travis CI build process, and we can use the community help here.

Currently our build process time is around ~10 minutes which is OK, but as faster it can be less time maintainers needs to wait for confirmation that there changes are running as expected.

This change should be focused on our Travis CI YAML file. Any suggestions for improving the code base should be handled on an independent issue.

@SoftCreatR
Copy link
Member

@SoftCreatR SoftCreatR commented Oct 27, 2020

  1. Step: Get rid of Travis and use GitHub Actions ;)
  2. Step: Check this out: https://github.com/whoan/docker-build-with-cache-action
@enggal64
Copy link

@enggal64 enggal64 commented Oct 30, 2020

I

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.
X Tutup