Skip to content

Commit

Permalink
Trying artifacts store
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Fraser committed Feb 1, 2017
1 parent 4c333b3 commit e0b9761
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,21 @@ stages:
mkdir -p build/tests/phpspec
vendor/bin/phpspec run --format=junit > build/tests/phpspec/junit.xml
cat build/tests/phpspec/junit.xml
- type: artifacts-store
path: build/tests/phpspec
destination: phpspec
- type: shell
name: Run Coding Standards
command: |
mkdir -p build/tests/phpcs
vendor/bin/phpcs --config-set installed_paths vendor/culturekings/symfony2-coding-standard
vendor/bin/phpcs --report-junit=build/tests/phpcs/junit.xml
cat build/tests/phpcs/junit.xml
- type: artifacts-store
path: build/tests/phpcs
destination: phpcs
- type: shell
name: Update Code Coverage
command: |
mkdir -p build/logs
vendor/bin/coveralls -v -x coverage_clover.xml
- type: test-results-store
path: build/tests

0 comments on commit e0b9761

Please sign in to comment.