1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-02 22:27:44 +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: build:
dependencies:
before:
-
command: 'mkdir build'
tests: tests:
override: override:
- -
command: 'phpunit' command: 'phpunit --configuration .phpunit.xml'
coverage: coverage:
file: 'coverage.clover' file: 'build/coverage.clover'
format: 'php-clover' format: 'php-clover'