tjammer / raylib-ocaml

OCaml bindings for raylib and raygui
https://tjammer.github.io/raylib-ocaml/
MIT License
175 stars 14 forks source link

Add m1 mac to CI #38

Closed tjammer closed 4 months ago

tjammer commented 11 months ago

Reported on discord.

We might be able to add this build to actions using an m1 runner. setup-ocaml should have support for it, according to

https://github.com/ocaml/setup-ocaml/pull/536

and

https://github.com/rescript-lang/rescript-compiler/pull/5415/files. This would allow me to debug the issue as I don't have a m1 machine

tjammer commented 10 months ago

As reported on issue #39, building is possible in general. I'll repurpose this ticket to add a m1 build to the ci