A docker image containing all dependencies for testing. Built from the tutum/lamp image
- A MySQL database
- Apache web server
- PHP (including XDebug extenstion to gather code coverage)
export PATH_TO_CODE="/path/to/ghostylink/project"
CID = $(docker run -it -d -v $PATH_TO_CODE:/tested_code ghostylink/ci-tools)
docker exec -it $CID ant <target>