gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: makefile


From: gnunet
Subject: [taler-bank] branch master updated: makefile
Date: Mon, 09 Nov 2020 21:31:29 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new f9446c7  makefile
f9446c7 is described below

commit f9446c7338898a1d6cb9e4947e4e4e48afcdec47
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Nov 9 21:31:24 2020 +0100

    makefile
---
 build-system/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/build-system/Makefile b/build-system/Makefile
index 85ff86e..6edd878 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -5,8 +5,12 @@ version := $(shell poetry version | awk '{ print $$2 }')
 .PHONY: all
 all: wheel
 
+.PHONY: poetry-install
+poetry-install:
+       poetry install
+
 .PHONY: wheel
-wheel:
+wheel: poetry-install
        poetry run python3 manage.py compilemessages
        poetry build -f wheel
 
@@ -15,7 +19,7 @@ install: wheel
        pip3 install --user "dist/talerbank-$(version)-py3-none-any.whl"
 
 .PHONY: i18n-strings
-i18n-strings: install-dependencies
+i18n-strings: poetry-install
        poetry run python3 manage.py makemessages -l it
        poetry run python3 manage.py makemessages -l de
        # Also update template for new languages
@@ -25,7 +29,7 @@ i18n-strings: install-dependencies
 
 # See bug #5850 for some test cases that are currently disabled.
 .PHONY: check
-check:
+check: poetry-install
        poetry run ./run-tests.sh
 
 .PHONY: clean

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]