php7.0-fpm,php7.0-mcrypt,mongod,xdebug,php7.0-zip,php7.0-xml,php7.0-mbstring,php7.0-curl,php7.0-json,php7.0-imap,php7.0-mysqlandphp7.0-tokenizer- Composer
- Deployer
- Node / NPM
- Mysql 5.7
image: imposibrus/bitbucket-pipelines-php7:1.2.0
pipelines:
default:
- step:
script:
- service mysql start
- mysql -h localhost -u root -proot -e "CREATE DATABASE test;"
- composer install --no-interaction --no-progress --prefer-dist
- npm install --no-spin
- ./node_modules/.bin/gulp
- ./vendor/phpunit/phpunit/phpunit -v --coverage-text --colors=never --stderr