summaryrefslogtreecommitdiff
path: root/test-docker.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make testing within Docker containers easierAdam Spiers2019-06-281-1/+30
|
* Make docker scripts use get-versionAdam Spiers2019-06-281-1/+1
|
* make non docker scripts more portableBrice Waegeneire2019-06-111-1/+1
|
* tag Docker images with the corresponding version numberAdam Spiers2016-11-201-2/+6
|
* whitespace cleanupsAdam Spiers2016-11-201-1/+1
|
* Add docker files for local testing.Charles LeDoux2016-05-181-0/+4
* Use docker to locally run tests on multiple perl versions * perlbrew used to install multiple perls * perl environments bootstrapped when image built * Based on travis configuration * Adds docker folder to MANIFEST.SKIP * Running image runs all tests. * If exit with no error, then all tests pass. * ./build-docker.sh builds stow testing image. * ./test-docker.sh runs stow testing image. * Assumes built with options in build-docker.sh * *-docker.sh scripts added to MANIFEST.SKIP