cebix / macemu

Basilisk II and SheepShaver Macintosh emulators
1.4k stars 291 forks source link

64-bit SheepShaver for macOS #150

Closed kanjitalk755 closed 1 year ago

kanjitalk755 commented 6 years ago

I have changed PR branch.

ianfixes commented 5 years ago

Looks like this has been open for a while. I'd be glad to help you merge it into a fork I've set up at https://github.com/emaculation/SheepShaver (which will take some rewriting of git history). Would you be comfortable setting up a .travis.yml file that captures your build process?

kanjitalk755 commented 5 years ago

I'm not planning to introduce Travis CI for my repo.

ianfixes commented 5 years ago

Would you be comfortable setting up a .travis.yml file that captures your build process?

I think I was unclear in the way I asked this.

I've set up cross-platform CI (Travis and Appveyor) on my own fork, and I'd like to use the same commands that you use in your own build process. What commands are those? Or, what existing documentation are you following in order to compile SheepShaver on various platforms?

My goal is to make it easier for everyone to collaborate on this project, and automated testing is at the top of my list.

kanjitalk755 commented 5 years ago

To build my repo, see README.md.

ianfixes commented 5 years ago

Yup, I didn't see a README in this PR, but after commenting I noticed that your personal fork had the info. Thanks 😄