mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-17 05:49:47 +08:00
Add ALE to the Vim runtimepath in the Docker image so it can run tests.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
IMAGE ?= w0rp/ale
|
||||
DOCKER = docker run -a stderr --rm -v $(PWD):/testplugin -v $(PWD)/test:/home "$(IMAGE)"
|
||||
DOCKER = docker run -a stderr --rm -v $(PWD):/testplugin -v $(PWD)/test:/home -v ${PWD}:/home/ale "$(IMAGE)"
|
||||
|
||||
test-setup:
|
||||
docker images -q $(IMAGE) || docker pull $(IMAGE)
|
||||
|
||||
Reference in New Issue
Block a user