From 53980a800a59a49a9885ee5d6719f848ce7db489 Mon Sep 17 00:00:00 2001 From: Your Name <you@example.com> Date: Sat, 28 Dec 2024 16:00:05 +0100 Subject: [PATCH] add test file --- testall.bash | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 testall.bash diff --git a/testall.bash b/testall.bash new file mode 100755 index 0000000..9de7216 --- /dev/null +++ b/testall.bash @@ -0,0 +1,18 @@ +#!/bin/bash + +set -xev + +pushd $(mktemp -d) +python3 -mvenv venv +. venv/bin/activate +pip install matplotlib +pip install git+ssh://git@git.ia2.inaf.it/hotwheels/core.git@v0.0.0alpha +pip install git+ssh://git@git.ia2.inaf.it/hotwheels/io.git@v0.0.0alpha +pip install git+ssh://git@git.ia2.inaf.it/hotwheels/integrate.git@v0.0.0alpha +pip install git+ssh://git@git.ia2.inaf.it/hotwheels/octree.git@v0.0.0alpha +pip install git+ssh://git@git.ia2.inaf.it/hotwheels/domain.git@v0.0.0alpha +pip install git+ssh://git@git.ia2.inaf.it/hotwheels/PM.git@v0.0.0alpha +python3 -m hotwheels.checkup hotwheels +popd + +echo 'test ok' -- GitLab