ReClass.NET icon indicating copy to clipboard operation
ReClass.NET copied to clipboard

Interested in appyevor integration ?

Open S0PEX opened this issue 5 years ago • 3 comments

Hey,

I have forked your project and setup and deployment pipeline which builds the x86 and x64 project without the Unix subproject with AppVeyor. In my opinion this ci/cd pipeline could benefit the whole project as we could set it up to push build tagged with release or nightly build without much afford.

Please let me know if you are interested. If so I would submit a PR.

Regards Artur

S0PEX avatar Nov 26 '20 08:11 S0PEX

That would be great. The last time I have looked into CI/CD for this project the problem was the VC++ support for the NativeCore sub project which requires a windows host. Now AppVeyor has free windows agents with Visual Studio and GitHub Actions too.

When you have finished the appveyor.yml config, please make a pull request.

KN4CK3R avatar Nov 27 '20 20:11 KN4CK3R

Sound good. I may finish it tomorrow currently I can't get it to build the x64 and x86 project and persist the build files so that I can package them into one combined zip. I could easily fix this by migrating to a manual msbuild matrix but let me see if I can get it working with the automated builds first.

S0PEX avatar Nov 28 '20 20:11 S0PEX

They I just managed to complete the AppVeyor pipeline. See https://github.com/ReClassNET/ReClass.NET/pull/182

I could also setup a github release on a specific branch or tag. This would automatically publish the artifact to github, this would require you to provide appveyor with a auth token. Please let me know if we require this feature.

S0PEX avatar Nov 30 '20 18:11 S0PEX