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
628d93fa
Commit
628d93fa
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
b053213a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+4
-9
4 additions, 9 deletions
.circleci/config.yml
with
4 additions
and
9 deletions
.circleci/config.yml
+
4
−
9
View file @
628d93fa
...
...
@@ -37,22 +37,17 @@ 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 apt -qq update && sudo apt -qqy upgrade
sudo apt-get -yqq install libfreetype6-dev libjpeg62-turbo-dev libpng-dev xvfb 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 gd
sudo -E docker-php-ext-install
zip gd mbstring bcmath pdo_mysql mysqli pdo
pdo_mysql
sudo
service apache2 restart
## Change PHP Configurations.
-
run
:
name
:
PHP Configurations
command
:
|
echo -e "memory_limit = -1" | sudo tee /usr/local/etc/php/php.ini > /dev/null
sudo service apache2 restart
-
run
:
name
:
Disable xdebug PHP extension
command
:
|
sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
sudo service apache2 restart
-
restore_cache
:
...
...
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