Hello Jonathan.

On 16.01.19 07:31, Jonathan Aquilina wrote:
> Hi Guys,
> 
> I am looking to propose that I setup for the project CI on azure. There is no 
> charge as far as I can gather for this. It seems like I would just need to 
> tie it in to git to pull in the changes and schedule runs. From what I can 
> see this is ubuntu based as a platform. What do you guys think do you think 
> it's a good idea to have it do CI testing on each build?

I assume you know that we already have an actively used Travis CI setup?
https://travis-ci.org/Enlightenment/efl/branches

We have an instant github mirror by now and if azures ties into Github
to get the new pushes that would work for us.

If you want to add an Azure CI for testing to crunch on our efl commits
I would be interested in see how it goes. But as many other things this
needs time and bandwidth to work at. For me personally trying out
another CI system is interesting but way down my todo list.

If you are willing to work on this let me know. I certainly should be
able to configure things on github top get commits notified to Azure.
As a good starting point I would suggest to look at the .travis.yml file
and everything below .ci/ to see what we have so far and how it is setup
with Travis. Most of the actual build testing as well as unit tests are
executed in docker containers and not bound to any Travis specifics. If
you set things up to execute jobs in docker containers on Azure most of
it should be possible to bring over.

regards
Stefan Schmidt


_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to