Currently EasyEngine v4 is in development stage. Hence the main branch for v4 is master-v4 and the ongoing development branch is develop-v4.
The current build and release process uses travis-ci and docker build triggers.
-
Whenever any commit is pushed or merged into the
develop-v4branch, it trigggers the travis-ci to generate anightly pharand commits it to the easyengine-builds repository. -
Simillarly, whenever any commit is pushed or merged into the
master-v4branch, it trigggers the travis-ci to generate astable pharand commits it to the easyengine-builds repository. -
prepare.shcreates the phar. -
deploy.shTakes the phar and deploys it to the easyengine-builds repository.