Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 6cf8cc6

Browse files
committed
Update circleci configuration
1 parent 78c35ca commit 6cf8cc6

2 files changed

Lines changed: 20 additions & 12 deletions

File tree

.circleci/config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
jobs:
3+
build:
4+
#environment:
5+
# CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
6+
# CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
7+
docker:
8+
- image: circleci/php:7.1
9+
working_directory: ~/Cethy/ContentInjectorBundle
10+
steps:
11+
- checkout
12+
#- run: pecl install xdebug
13+
#- run: echo "date.timezone = \"Europe/Paris\"" > /opt/circleci/php/$(phpenv global)/etc/conf.d/date.ini
14+
- run: composer install --no-interaction
15+
# Test
16+
- run: vendor/bin/phpunit -c phpunit.xml.dist --coverage-html "/tmp/circleci-test-results"
17+
# Save test results
18+
- store_artifacts:
19+
path: /tmp/circleci-test-results
20+

circle.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)