Skip to content

Commit

Permalink
Add demo_scanner to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robbietuk authored Oct 6, 2024
1 parent 36acd8f commit 0c96ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,9 @@ jobs:
cd ${GITHUB_WORKSPACE}/examples/C++/using_installed_STIR
cmake -S . -B build/ -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX}
cmake --build build/ --config Release --target install
# run demo
# run demos
demo_create_image
demo_scanner
# just check if its output makes sense
list_image_info test.hv
rm -rf build
Expand Down

0 comments on commit 0c96ca1

Please sign in to comment.