Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
camo-image-proxy
Commits
427e3d47
Commit
427e3d47
authored
Aug 07, 2018
by
Erick Hitter
Browse files
Install PHP extensions first
parent
f94a1a62
Pipeline
#100
failed with stage
in 3 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
427e3d47
...
...
@@ -14,6 +14,7 @@ before_script:
-
apt-get -yqqf install zip unzip subversion mysql-client default-libmysqlclient-dev --fix-missing
# PHP extensions
-
docker-php-ext-install mbstring mcrypt mysqli pdo_mysql intl gd zip bz2
-
docker-php-ext-enable mbstring mcrypt mysqli pdo_mysql intl gd zip bz2
# Install Composer
...
...
@@ -37,6 +38,7 @@ PHPunit:PHP5.3:MySQL:
-
php composer.phar global require "phpunit/phpunit=4.8.*"
-
phpcs
-
phpunit
allow_failure
:
true
PHPunit:PHP5.6:MySQL:
image
:
php:5.6-stretch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment