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 49f2a4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ 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 $(pwd):/metanorma/ $(CONTAINER_LOCAL_NAME) metanorma sources/iso-rice-en.adoc
cd ..
$(DOCKER_RUN) $(CONTAINER_LOCAL_NAME) metanorma help

kill-$(3):
Expand Down

0 comments on commit 49f2a4d

Please sign in to comment.