pwnagotchi icon indicating copy to clipboard operation
pwnagotchi copied to clipboard

first image build

Open peterus opened this issue 2 years ago • 4 comments

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

peterus avatar Nov 12 '21 20:11 peterus

@evilsocket can you check if Github Actions ins activated in this repository? I can see that there is nothing running.

peterus avatar Nov 12 '21 20:11 peterus

If you have actions enabled on your fork will it run there too? Like during preparation of the PR?

matglas avatar Feb 05 '22 08:02 matglas

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.

matglas avatar Feb 07 '22 10:02 matglas

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

incyi avatar Jul 25 '22 12:07 incyi