pwnagotchi
pwnagotchi copied to clipboard
first image build
Description
this PR will fix #1048 (setup a new CI job on Github Actions).
Motivation and Context
- [X] I have raised an issue to propose this change (required)
How Has This Been Tested?
CI will run some tests. PR still in progress
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I've read the CONTRIBUTION guide
- [ ] I have signed-off my commits with
git commit -s
@evilsocket can you check if Github Actions ins activated in this repository? I can see that there is nothing running.
If you have actions enabled on your fork will it run there too? Like during preparation of the PR?
Hey I just noticed on your fork that the actions are working. I see your last build didnt work correctly yet. Are you planning on some more changes? Its great if this becomes possible.
I made a different variant of this github actions. I tried to follow the way how it is currently builded. See pull request: https://github.com/evilsocket/pwnagotchi/pull/1106