mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 15:47:06 +08:00
17 lines
477 B
YAML
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)"
|