Newer
Older
sudo: false
cache:
directories:
- $HOME/.composer/cache
- 7.1
env:
global:
- MOODLE_BRANCH=MOODLE_32_STABLE
matrix:
- DB=pgsql
Mike McGowan
committed
# - DB=mysqli
Mike McGowan
committed
- composer install --no-interaction
- phpenv config-rm xdebug.ini
- nvm install node
- cd ../..
- composer selfupdate
- composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^2
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
install:
- moodle-plugin-ci install
script:
# - moodle-plugin-ci phplint
# - moodle-plugin-ci phpcpd
# - moodle-plugin-ci phpmd
Mike McGowan
committed
# - moodle-plugin-ci codechecker
- moodle-plugin-ci validate
- moodle-plugin-ci savepoints
# - moodle-plugin-ci mustache
# - moodle-plugin-ci grunt
Mike McGowan
committed
- moodle-plugin-ci phpunit
# - moodle-plugin-ci behat
Mike McGowan
committed
# run codechecker without the vendor/ directory
- rm -rf "$(find -type d -name xapi)/vendor"
- moodle-plugin-ci codechecker