Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 403 Bytes

File metadata and controls

16 lines (10 loc) · 403 Bytes

Docker image to execute Tuleap PHPUnit tests

How to use

To execute all tests, just type:

$> docker run --rm -v $PWD:/tuleap enalean/tuleap-test-phpunit

Continuous integration usage

For jenkins builds:

$> docker run --rm -v $WORKSPACE/tuleap:/tuleap -v $WORKSPACE:/output enalean/tuleap-test-phpunit --ci