FTPClientServer icon indicating copy to clipboard operation
FTPClientServer copied to clipboard

Add automated CI or job or script to check build against core

Open devyte opened this issue 5 years ago • 2 comments

To allow easy maintenance, and as mitigation to have this lib break, I suggest adding either a CI job or some other mechanism to cover building against the core.

devyte avatar May 29 '20 00:05 devyte

Wow, that sounds really cool. Is there a cook-book or a howto or an example, which I could follow?

dplasa avatar May 29 '20 22:05 dplasa

I understand there are several ways to do it, and several CI providers possible. The core uses Travis CI. There is also Azure, github actions, etc. I'm not an expert in the area, and I've never done a set up from scratch myself, so I'm not the best person to ask. I think the easiest way is to implement a script that does what you want, then define a CI job that runs it. You should be able to find tutorials, it's a common enough thing.

devyte avatar May 29 '20 23:05 devyte