dpaulat / worldengine-cpp

MIT License
6 stars 1 forks source link

Migrate to GitLab? #3

Open psi29a opened 3 years ago

psi29a commented 3 years ago

Just a thought, if you migrate to GitLab, you can take advantage of their shared runners to have access to GNU/Linux (containers), Windows/MSVC19 and MacOS

It's what I've done for OpenMW and it's worked well for us. No need to work without 3party CIs like Travis or AppVeyor and gets us coverage across all sorts of platforms and toolchains.

--

Greetings by the way, it's awesome that you've taken worldengine and CPPed it. :) Great work! At this rate, I might bring back the idea of integrating worldengine inside of OpenMW-CS to provide some heightmap tools along with gdal. Would work better than having to create a python plugin system...

dpaulat commented 3 years ago

Thanks for the feedback! I've never really considered GitLab and various integrations, since GitHub has mostly worked for me, but I'll take a look at it and give it some consideration.

AppVeyor wasn't too bad for Windows and Linux. I struggled a little bit with MacOS, but most of my issues came down to MacOS version errors during the link phase, with different conan libraries built for different versions. Trying to recompile everything from source was going to blow my free time and/or space allotment, so another source could help there.

Thanks again!

psi29a commented 3 years ago

I can probably help a bit there... work forces me to use a mac, so there we go. 🤷🏼

I totally understand time management, between work, kids and FOSS projects...