Skip to content

Commit

Permalink
Introduce Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-steel committed Dec 22, 2023
1 parent f24366e commit 61c45b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DOCKER_IMAGE = detour_tester

build:
docker build -t ${DOCKER_IMAGE} .

test:
docker run --volume="$(shell pwd):/mnt/luarocks:Z" ${DOCKER_IMAGE} /mnt/luarocks/run-in-docker.sh
3 changes: 0 additions & 3 deletions run-test-locally.sh

This file was deleted.

0 comments on commit 61c45b0

Please sign in to comment.