rz-pipe
rz-pipe copied to clipboard
Add Windows and MacOS CI build jobs
Also a SourceHut probably.
essentially we need to run the tests, building, etc.. on various CI. For windows and mac, you can try by adding Github Actions that uses osx and win
This is the file that needs to be edited: https://github.com/rizinorg/rz-pipe/blob/master/.github/workflows/ci.yml
I have been working on windows CI, but it seems to get stuck when running native_test.py
You can see the CI log at https://github.com/chinggg/rz-pipe/runs/5749364647?check_suite_focus=true
And the the yaml I modified at https://github.com/chinggg/rz-pipe/blob/ci-windows/.github/workflows/ci.yml#L114