27/09/2016 - JENKINS, PHING, SYMFONY, TRAVIS-CI
These are the build steps I tend to use for test
environment when running build scripts of symfony applications I work on.
Steps are run in given order and with --env=test
flag where it applies.
cache
and logs
folderscache
and logs
foldersdoctrine:generate:entities
doctrine:database:create
doctrine:schema:validate
doctrine:fixtures:load
If you use Phing, you can run all these steps in your local computer.