Add Windows and MacOS CI build jobs
XVilka opened this issue · 3 comments
XVilka commented
Also a SourceHut probably.
wargio commented
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
wargio commented
This is the file that needs to be edited: https://github.com/rizinorg/rz-pipe/blob/master/.github/workflows/ci.yml
chinggg commented
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