]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Use Docker for easier test running (#86)
authorDaniel Hahler <github@thequod.de>
Sat, 21 Jul 2018 07:02:47 +0000 (09:02 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Jul 2018 07:02:47 +0000 (09:02 +0200)
commit99991a3729120a1e2e8a3cb88abb75268c2e6245
tree3b8b4373129b67a553a17ee1fc3ca0e71d6b919e
parentef1c1d0655423021f60d85baa4d4cb36f862b01e
Use Docker for easier test running (#86)

Switches to CircleCI instead of Travis, which handles running tests in
Docker much better, especially since Travis is really slow (~30min vs
2.5min on CircleCI).

The Docker image is based on
https://github.com/tweekmonster/vim-testbed, and targets are added to
the Makefile to build/push it.
.circleci/config.yml [new file with mode: 0644]
.dockerignore [new file with mode: 0644]
.travis.yml [deleted file]
CONTRIBUTING.rst
Dockerfile [new file with mode: 0644]
Makefile
docker-compose.yml [new file with mode: 0644]