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

Add Github Action CI + Windows compile fix #534

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

maxgerhardt
Copy link
Contributor

@maxgerhardt maxgerhardt commented Jun 16, 2024

Successfully test-compiles for

  • Windows 64-bit (using MSys2)
  • Windows 32-bit (using MSys2)
  • Linux x64
  • Linux x86
  • Linux ARM (ARMv6l, ARMv7l, AArch64, a.k.a, Raspbis)
  • Mac OS 14 (source)

And uploads the binary packages for it. They were tested to run a firmware fine on Windows.

Includes a tiny compilation fix for Windows based builds which apparently don't have the random() function (only available on Unix-like systems), so uses rand() instead. Breakage introduced in 3bb6c1d.

Please squash upon merge to not have 10 commits.

For the run logs, see e.g. https://github.com/maxgerhardt/simavr/actions/runs/9536475177/

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.

None yet

1 participant