Mise à jour de '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

clean_web
David D'ALMEIDA 1 year ago
parent 82189f9ad1
commit 836a8cce35

@ -14,7 +14,10 @@ steps:
- cd Sources
- rm -r vendor
- rm composer.lock
- apt install php-couchbase
- apk update && \
apk add --no-cache libcouchbase-dev && \
pecl install couchbase && \
docker-php-ext-enable couchbase
# Installe les dépendances PHP si nécessaire
- php composer.phar install --no-interaction
- ./vendor/bin/phpunit tests

Loading…
Cancel
Save