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

CI: Add GitHub Actions workflow to build and upload hex file. #737

Merged
merged 2 commits into from
Apr 25, 2022

Conversation

microbit-carlos
Copy link
Collaborator

@microbit-carlos microbit-carlos commented Apr 14, 2022

This way it's much easier to test any recent changes in-between releases.

Example CI run from my fork: https://github.com/microbit-carlos/micropython/runs/6025984640?check_suite_focus=true

@microbit-carlos
Copy link
Collaborator Author

@dpgeorge does this look okay?

- name: Upload hex file
uses: actions/upload-artifact@v1
with:
name: microbitv1-micropython-${{ github.sha }}.hex
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add the date to this filename?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good suggestion! Done in 95524a2.

@microbit-carlos
Copy link
Collaborator Author

I think this is ready for merge, thanks Damien!

@microbit-carlos microbit-carlos merged commit 42bb525 into bbcmicrobit:master Apr 25, 2022
@microbit-carlos microbit-carlos added this to the Version 1.1 milestone Aug 8, 2022
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.

2 participants