From 18ada5ff81d5eae3fd80a11c54d5a898bdafa3a2 Mon Sep 17 00:00:00 2001 From: Thonier Florian <florian.thonier@inria.fr> Date: Fri, 10 Jan 2025 11:46:11 +0100 Subject: [PATCH] Makefile, add build informations --- metrics/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/metrics/Makefile b/metrics/Makefile index 4dc30ae..cd6143b 100644 --- a/metrics/Makefile +++ b/metrics/Makefile @@ -2,3 +2,13 @@ init_submodule: git submodule init git submodule update --remote +build_metrics: + docker compose build vidjil + +init: + python3 -m pip install -U pip + python3 -m pip install --no-cache -r requirements.txt + +unit: + #python3 -m pytest --cov=./ --cov-report html:cov.html -v -s . + python3 -m unittest test_main.py \ No newline at end of file -- GitLab