rizinorg / rz-pipe

Access rizin via pipe from any programming language!
34 stars 11 forks source link

Add Windows and MacOS CI build jobs #14

Open XVilka opened 3 years ago

XVilka commented 3 years ago

Also a SourceHut probably.

wargio commented 3 years ago

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 3 years ago

This is the file that needs to be edited: https://github.com/rizinorg/rz-pipe/blob/master/.github/workflows/ci.yml

chinggg commented 2 years ago

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