File tree Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change 1
- version : 2.1
2
-
3
- commands :
4
- disable-php-memory-limit :
5
- steps :
6
- - run :
7
- name : Disable PHP memory limit
8
- command : echo 'memory_limit=-1' | sudo tee -a /usr/local/etc/php/php.ini
9
- disable-xdebug-php-extension :
10
- steps :
11
- - run :
12
- name : Disable Xdebug PHP extension
13
- command : sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
1
+ version : 2
14
2
15
3
jobs :
16
4
build :
22
10
- image : circleci/php:7.2
23
11
steps :
24
12
- checkout
25
- - disable-xdebug-php-extension
26
- - disable-php-memory-limit
13
+ - run :
14
+ name : Disable PHP memory limit
15
+ command : echo 'memory_limit=-1' | sudo tee -a /usr/local/etc/php/php.ini
16
+ - run :
17
+ name : Disable Xdebug PHP extension
18
+ command : sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
27
19
- run : git config --global user.name "Florian Weber (via CircleCI)"
28
20
- run : git config --global user.email "florian@webflo.org"
29
21
- add_ssh_keys
You can’t perform that action at this time.
0 commit comments