Skip to content

ghostylink/ci-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

A docker image containing all dependencies for testing. Built from the tutum/lamp image

Current image stage

Testing ghostylink main project

  • 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>

About

A docker image containing all dependencies for testing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages