From 4811cf9af9c9994a8314b3159ab720748e9590bb Mon Sep 17 00:00:00 2001 From: Tom Vander Aa Date: Mon, 24 Jun 2024 15:14:42 +0200 Subject: [PATCH] ci: rework ubuntu 22.04 ad hoc test script --- ci/ubuntu2204/build_script.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ci/ubuntu2204/build_script.sh b/ci/ubuntu2204/build_script.sh index bd48b37f..b7ee9622 100755 --- a/ci/ubuntu2204/build_script.sh +++ b/ci/ubuntu2204/build_script.sh @@ -19,9 +19,10 @@ git clone /smurff cd smurff cmake -S . -B build -cmake --build build --parallel 32 +cmake --build build cmake --install build -python3 setup.py install --install-binaries -/usr/local/libexec/tests +python3 -m pip install . + +smurff --bist pytest-3 python/test