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

Create build artifacts to streamline evaluator experience #18

Open
mglaman opened this issue Mar 2, 2018 · 2 comments
Open

Create build artifacts to streamline evaluator experience #18

mglaman opened this issue Mar 2, 2018 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@mglaman
Copy link
Contributor

mglaman commented Mar 2, 2018

We could use TravisCI or CircleCI to capture the build artifact. Then a user only needs PHP and SQLite to run, not even Composer.

@mglaman
Copy link
Contributor Author

mglaman commented Mar 2, 2018

This would also be great for conferences where WiFi might be shoddy.

mglaman added a commit that referenced this issue Mar 2, 2018
For #18. Need to find way to easily expose as download link.
@mglaman mglaman added the help wanted Extra attention is needed label Mar 2, 2018
@mglaman
Copy link
Contributor Author

mglaman commented Mar 2, 2018

Okay, archives are being created on CircleCI. We just need to see about exporting them to somewhere useful and more easily exposed.

There is https://circleci.com/docs/2.0/artifacts/#downloading-all-artifacts-for-a-build-on-circleci.

That would require a server which received a CircleCI webhook and downloaded the artifacts to make them publically available at a stable URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant