Skip to content

Commit

Permalink
#51 add temporal test of mn-samples-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Feb 22, 2020
1 parent dd34d42 commit 0980d7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ run-$(3):
$(DOCKER_RUN) -it --name=test-$(3) --entrypoint="" $(CONTAINER_REMOTE_NAME) /bin/bash; \

test-$(3):
git clone https://github.com/metanorma/mn-samples-iso
cd mn-samples-iso; $(DOCKER_RUN) -v $(shell pwd):/metanorma/ $(CONTAINER_LOCAL_NAME) metanorma sources/iso-rice-en.adoc
$(DOCKER_RUN) $(CONTAINER_LOCAL_NAME) metanorma help

kill-$(3):
Expand Down Expand Up @@ -299,7 +301,9 @@ run-$(3):
$(DOCKER_RUN) -it --name=test-$(3) --entrypoint="" $(CONTAINER_REMOTE_NAME) /bin/bash; \

test-$(3):
$(DOCKER_RUN) $(CONTAINER_LOCAL_NAME) metanorma help
git clone https://github.com/metanorma/mn-samples-iso
cd mn-samples-iso; $(DOCKER_RUN) -v $(shell pwd):/metanorma/ $(CONTAINER_REMOTE_NAME) metanorma sources/iso-rice-en.adoc
$(DOCKER_RUN) $(CONTAINER_REMOTE_NAME) metanorma help

kill-$(3):
docker kill test-$(3)
Expand Down

0 comments on commit 0980d7c

Please sign in to comment.