Another attempt at gitlab ci

This commit is contained in:
Timothy Warren 2016-07-19 10:51:20 -04:00
parent cb04a9bb95
commit 3d296be011
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ apt-get install git libpq-dev libmysqlclient18 unzip -yqq
curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
chmod +x /usr/local/bin/phpunit
# Set up build config
mv ../tests/settings.json.dist ../tests/settings.json
# Install mysql driver
# Here you can install any other extension that you need
docker-php-ext-install pdo_mysql