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 9214b73 commit 8b6f46d
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- image: cimg/php:7.4
steps:
- checkout

- run: php --version
- run: sudo apt-get install libxslt1-dev

- run:
Expand Down Expand Up @@ -45,22 +45,3 @@ workflows:
workflow:
jobs:
- test



machine:
php:
version: 5.4.10

## Customize dependencies
dependencies:
override:
- mkdir -p build/logs
- composer install --no-interaction --optimize-autoloader
- sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini

## Customize test commands
test:
override:
- php vendor/bin/phpunit Tests/phpunit -c phpunit.xml.dist
- php vendor/bin/atoum -d Tests/atoum

0 comments on commit 8b6f46d

Please sign in to comment.