1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-01 14:00:08 +02:00

scrutinizer to make build-dir

This commit is contained in:
Mikael Roos
2015-12-05 14:58:01 +01:00
parent 3daa8549ab
commit fcedac6e62

View File

@@ -39,10 +39,16 @@ filter:
build:
dependencies:
before:
-
command: 'mkdir build'
tests:
override:
-
command: 'phpunit'
command: 'phpunit --configuration .phpunit.xml'
coverage:
file: 'coverage.clover'
file: 'build/coverage.clover'
format: 'php-clover'