Skip to content

Commit

Permalink
feat(cicd) : circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Loyant committed Sep 13, 2024
1 parent e8ebf75 commit 45a0431
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:

- run:
name: Install PHP Extensions
command: sudo -E install-php-extensions xdebug zip intl && sudo docker-php-ext-enable xdebug
command: sudo -E install-php-extensions zip intl

- run:
name: Install xDebug
command: sudo pecl install xdebug-3.1.5 && docker-php-ext-enable xdebug

- run: echo -e "[Date]\ndate.timezone = Europe/Paris" | sudo tee /usr/local/etc/php/php.ini > /dev/null
- run: echo -e "memory_limit = -1" | sudo tee -a /usr/local/etc/php/conf.d/docker-php-memlimit.ini
Expand Down

0 comments on commit 45a0431

Please sign in to comment.