Hello.

On 09.07.2018 12:00, William L. Thomson Jr. wrote:
> On Mon, 9 Jul 2018 16:56:30 +0200
> Marcel Hollerbach <m...@bu5hm4n.de> wrote:
> 
>> Hallo,
>>
>> I tryed to investigate a regression between efl-1.19 and the current 
>> state in master. For that i have been putting together a docker image 
>> with preinstalled efl-1.19.
>>
>> You can pull it from https://hub.docker.com/r/bu5hm4n/eflregressor/.
> 
> I was checking out some of your docker images. I was looking into
> possibly making one myself to help speed up my E application CI
> testing. I tend to lose a fair amount of time fetching efl and e from
> third party Ubuntu PPA.
> 
> I feel like a docker image with a ready env for testing E applications
> would be beneficial not only to myself, but to others. Seems using
> Docker images is much faster in Travis than replicating an env over and
> over again for each build.

We already do this. Docker images are based on various distros, efl
dependencies added and then used for CI on Travis.

https://github.com/Enlightenment/ci-support-files
https://hub.docker.com/r/stefanschmidt1/ci-support-files/

https://git.enlightenment.org/core/efl.git/tree/.travis.yml#n62

docker run -v `pwd`:/src -w /src stefanschmidt1/ci-support-files:$DISTRO
/src/.ci/ci-linux-build.sh $CI_BUILD_TYPE

regards
Stefan Schmidt

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to