Skip to content

Commit

Permalink
ci: rework ubuntu 22.04 ad hoc test script
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 24, 2024
1 parent 6bc0a7a commit 4811cf9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/ubuntu2204/build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4811cf9

Please sign in to comment.