summaryrefslogtreecommitdiff
path: root/tests/docker
AgeCommit message (Expand)AuthorFilesLines
2016-07-20docker: pass EXECUTABLE to build scriptAlex Bennée1-1/+3
2016-07-20docker: Don't start a container that doesn't existFam Zheng1-1/+5
2016-07-20docker: Add "images" subcommand to docker.pyFam Zheng1-0/+9
2016-07-20docker: Fix exit code if $CMD failedFam Zheng1-0/+4
2016-07-20docker: More sensible run scriptFam Zheng2-6/+10
2016-07-20tests/docker/docker.py: add update operationAlex Bennée1-1/+58
2016-07-20tests/docker/dockerfiles: new debian-bootstrap.dockerAlex Bennée2-0/+108
2016-07-20tests/docker/docker.py: check and run .pre scriptAlex Bennée1-0/+12
2016-07-20tests/docker/docker.py: support --include-executableAlex Bennée1-0/+58
2016-07-20tests/docker/docker.py: docker_dir outside buildAlex Bennée1-8/+13
2016-06-08tests/docker: build all targets in test-clangPaolo Bonzini1-2/+0
2016-06-08tests/docker: support travis test with fedora imagePaolo Bonzini1-2/+2
2016-06-08tests/docker: remove unused feature "ccache"Paolo Bonzini1-1/+1
2016-06-08tests/docker: fix test-mingwPaolo Bonzini2-2/+2
2016-06-08tests/docker: make test-full build all targets, not nonePaolo Bonzini1-1/+1
2016-06-08tests/docker: fix make-archive-maybePaolo Bonzini1-3/+3
2016-06-07docker: Don't use eval trick on MakefileEduardo Habkost1-2/+1
2016-06-01docker: Add EXTRA_CONFIGURE_OPTSFam Zheng2-0/+4
2016-06-01docker: Add travis toolFam Zheng2-0/+69
2016-06-01docker: Add mingw testFam Zheng1-0/+34
2016-06-01docker: Add clang testFam Zheng1-0/+26
2016-06-01docker: Add full testFam Zheng1-0/+17
2016-06-01docker: Add quick testFam Zheng1-0/+19
2016-06-01docker: Add common.rcFam Zheng1-0/+31
2016-06-01docker: Add test runnerFam Zheng1-0/+58
2016-06-01docker: Add imagesFam Zheng3-0/+24
2016-06-01Makefile: Rules for docker testingFam Zheng1-0/+123
2016-06-01tests: Add utilities for docker testingFam Zheng1-0/+194