adding binary run to latest test

This commit is contained in:
Eric Froemling 2023-08-31 21:19:12 -07:00
parent 81bf9481a0
commit 7e1806215d
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -79,6 +79,8 @@ jobs:
run: make update
- name: Assemble modular server build
run: make cmake-modular-server-build
- name: Make sure poo is present in build
run: cd build/cmake/modular-server-debug/staged/dist && PYTHONPATH=ba_data/python ./ballisticakit_headless -c "import baenv; baenv.configure(); import bapoo; print(bapoo)"
# Most of our toolset doesn't work on raw Windows without WSL set up,
# but we can bootstrap enough to run a few things manually. It's nice to