mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-13 03:11:01 +08:00
Update the Makefile to use the latest Docker build
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
SHELL := /usr/bin/env bash
|
SHELL := /usr/bin/env bash
|
||||||
IMAGE ?= w0rp/ale
|
IMAGE ?= w0rp/ale
|
||||||
CURRENT_IMAGE_ID = 107e4efc4267
|
CURRENT_IMAGE_ID = 82334204724d
|
||||||
DOCKER_FLAGS = --rm -v $(PWD):/testplugin -v $(PWD)/test:/home "$(IMAGE)"
|
DOCKER_FLAGS = --rm -v $(PWD):/testplugin -v $(PWD)/test:/home "$(IMAGE)"
|
||||||
tests = test/*.vader test/*/*.vader test/*/*/*.vader test/*/*/*/*.vader
|
tests = test/*.vader test/*/*.vader test/*/*/*.vader test/*/*/*/*.vader
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user