We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We could use TravisCI or CircleCI to capture the build artifact. Then a user only needs PHP and SQLite to run, not even Composer.
The text was updated successfully, but these errors were encountered:
This would also be great for conferences where WiFi might be shoddy.
Sorry, something went wrong.
Create tar and zip archives on CircleCI of built project
e001ed0
For #18. Need to find way to easily expose as download link.
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.
No branches or pull requests
We could use TravisCI or CircleCI to capture the build artifact. Then a user only needs PHP and SQLite to run, not even Composer.
The text was updated successfully, but these errors were encountered: