osx-cross / homebrew-arm

Pre-built GNU toolchain from ARM Cortex-M & Cortex-R processors (Cortex-M0/M0+/M3/M4/M7, Cortex-R4/R5/R7).
BSD 2-Clause "Simplified" License
152 stars 21 forks source link

Add test-bot and pr-pull workflows #21

Closed fauxpark closed 3 years ago

fauxpark commented 3 years ago

Fixes #20. This should allow bottles to be created for these formulae (even though there is nothing to compile).

Mostly copied over from the AVR tap. Will need OSX_CROSS_ARM_HOMEBREW_GITHUB_API_TOKEN to be created.

fauxpark commented 3 years ago

Seems to be working well on my test repo: https://github.com/fauxpark/homebrew-arm-test

ladislas commented 3 years ago

Thanks for the PR! the token has been created, can you "bump" the forumalae so that I can run the workflow?

fauxpark commented 3 years ago

Done in #22 👍