Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
varbase
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
varbase
Commits
6cc7c180
Commit
6cc7c180
authored
4 years ago
by
Rajab Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3194401
: Switch to CircleCI as the default automated testing platform
parent
a579ab7c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+4
-2
4 additions, 2 deletions
.circleci/config.yml
with
4 additions
and
2 deletions
.circleci/config.yml
+
4
−
2
View file @
6cc7c180
...
...
@@ -44,11 +44,13 @@ jobs:
-
run
:
name
:
Install PHP extra
command
:
|
sudo apt update
sudo apt install -y libfreetype6-dev libjpeg62-turbo-dev libpng-dev
sudo -E docker-php-ext-install zip
sudo -E docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd
sudo -E docker-php-ext-install bcmath pdo_mysql
sudo -E docker-php-ext-install
mbstring
bcmath pdo_mysql
sudo -E docker-php-ext-install gd
sudo -E docker-php-ext-install
mbstring
xml common curl imap intl json xmlrpc xsl
sudo -E docker-php-ext-install xml common curl imap intl json xmlrpc xsl
sudo service apache2 restart
## Change PHP Configurations.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment