Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Build and Release Process

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-v4 branch, it trigggers the travis-ci to generate a nightly phar and commits it to the easyengine-builds repository.

  • Simillarly, whenever any commit is pushed or merged into the master-v4 branch, it trigggers the travis-ci to generate a stable phar and commits it to the easyengine-builds repository.

  • prepare.sh creates the phar.

  • deploy.sh Takes the phar and deploys it to the easyengine-builds repository.