sonata-project / dev-kit

Development kit of the Sonata-Project
https://master-7rqtwti-ptm4dx6rjpjko.eu-5.platformsh.site/
42 stars 42 forks source link

[RFC] extend travis to install our bundles via flex? #388

Closed OskarStark closed 2 years ago

OskarStark commented 6 years ago

We should be sure that our bundles are installable via flex.

WDYT

core23 commented 6 years ago

What about the sandbox? Couldn't we use it for that?

jordisala1991 commented 6 years ago

I think so. We should work on upgrading sandbox

soullivaneuh commented 6 years ago

Well, we may simply run a composer create-project symfony/skeleton on an extra Travis job and then composer require sonata-project/<bundle-name>

Plus, it will allow us to check we require correctly all the needed dependencies.

OskarStark commented 6 years ago

That’s what I was thinking about :+1:

OskarStark commented 6 years ago

Like they do it here: https://github.com/symfony/recipes-contrib/blob/master/.travis.yml

OskarStark commented 4 years ago

@jordisala1991 do you think we should/can add a workflow based on GitHub actions?