58f615403e
- Separate Travis branch deployment and release deployment stages (also makes `deploy.sh` obsolete) - Add `clean.sh` and `release.sh` scripts to allow users to create "release" packages locally - Use `setup/*.sh` scripts to check and install build dependencies (like PHP_CodeSniffer, phpDocumentor and cloc) - Use `create-release.sh` of `picocms/ci-tools` to create release archives - Streamline script usage Use the following to test Pico and to create a "release" package locally: ```sh cd ~/My-Pico-Workspace/Components/pico ln -rs ../ci-tools .build/ci-tools . ./.build/ci-tools/init/local.sh.inc . ./.build/init.sh.inc phpcs --standard=.phpcs.xml "$PICO_PROJECT_DIR" clean.sh release.sh ```
12 lines
408 B
Text
12 lines
408 B
Text
/.build export-ignore
|
|
/.github export-ignore
|
|
/assets/.gitignore export-ignore
|
|
/config/.gitignore export-ignore
|
|
/content/.gitignore export-ignore
|
|
/plugins/.gitignore export-ignore
|
|
/themes/.gitignore export-ignore
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.phpcs.xml export-ignore
|
|
/.phpdoc.xml export-ignore
|
|
/.travis.yml export-ignore
|