This special tool aim to provide an easy way to build the PHAR files of your public 'PocketMine-MP' plugins.
NOTE: Before anything else, you must login into Travis website and enable your repository in the settings tab
Just the initial process to use this system is 'long' but pretty simple:
- Open your git-enabled terminal and navigate to your plugin's git root directory
- Type in:
git submodule add https://github.com/iksaku/Travis-Builder travis
- Create a new file called
.travis.yml
and write paste the following text:language: php php: 7.0 sudo: false script: php ./travis/build.php
- Run:
git add -A
- Commit, Push & Enjoy!
Now that you know how to add this tool to your git repo, it is now time to configure the ability to deploy...
- TO-DO
- TO-DO