rexdex / recompiler

Xbox360 -> Windows executable converter
MIT License
1.64k stars 81 forks source link

Add Appveyor builds/artifacts #21

Closed Margen67 closed 6 years ago

Margen67 commented 6 years ago

It would be more convenient to download builds from there than compile manually.

RPCS3 (https://ci.appveyor.com/project/rpcs3/rpcs3/branch/master/artifacts) and xenia (https://ci.appveyor.com/project/benvanik/xenia/branch/master/artifacts) both use it.

rexdex commented 6 years ago

You're right.

It needs to be set up. That and running the test suite.

On 21 October 2017 at 05:21, Margen67 notifications@github.com wrote:

It would be more convenient to download builds from there than compile manually.

RPCS3 (https://ci.appveyor.com/project/rpcs3/rpcs3/branch/master/artifacts) and xenia (https://ci.appveyor.com/project/benvanik/xenia/branch/ master/artifacts) both use it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rexdex/recompiler/issues/21, or mute the thread https://github.com/notifications/unsubscribe-auth/AHpBrU-j4m2tdp9kx2FKQtbvJgSKw7C4ks5suWM_gaJpZM4QBaiW .

-- Without order nothing can exist, without chaos nothing can evolve.

rexdex commented 6 years ago

I've added the project to AppVeyor. Thanks for the idea.