ballistica/.woodpecker/ci_feature_set_copy_test_linux.yaml
2025-01-19 16:35:10 +03:30

17 lines
477 B
YAML

when:
- event: push
- event: pull_request
- event: cron
cron: ci
steps:
- name: test
image: codeberg.org/3ra/ballistica-dev:latest
pull: true
commands:
- make env
- tools/spinoff fset-copy template_fs poo
- make update
- make cmake-modular-server-build
- cd build/cmake/modular-server-debug/staged/dist && PYTHONPATH=ba_data/python ./ballisticakit_headless -c "import baenv; baenv.configure(); import bapoo; print(bapoo)"