rz-pipe icon indicating copy to clipboard operation
rz-pipe copied to clipboard

Add Windows and MacOS CI build jobs

Open XVilka opened this issue 4 years ago • 3 comments

Also a SourceHut probably.

XVilka avatar Mar 09 '21 05:03 XVilka

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 avatar Mar 14 '21 19:03 wargio

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

wargio avatar Mar 14 '21 19:03 wargio

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

chinggg avatar Mar 30 '22 06:03 chinggg