rizinorg/rz-pipe

Add Windows and MacOS CI build jobs

XVilka opened this issue · 3 comments

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

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