-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededimproveNew feature or requestNew feature or request
Description
Rationales
- Most of development is through smartphone, thus can not produce builds for normal computers (other than with cross-compilers such as MinGW).
- GitHub already produces builds for normal computers, so want to reuse those.
Background
- CodeQL uses https://docs.github.com/en/actions/about-github-actions/about-continuous-integration-with-github-actions to autobuild
./obj/*.oand./bin/*.out(through./build.sh), as part of its autonomous code review. - https://github.com/actions/upload-artifact allows to upload (publish) such "artifacts" of GitHub Actions (for reuse).
- https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/storing-and-sharing-data-from-a-workflow#configuring-a-custom-artifact-retention-period documents the limited retention period of GitHub Actions artifacts (which is the sole problem with this issue; cannot permalink to transient / temporary artifacts).

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededimproveNew feature or requestNew feature or request