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

15 lines
342 B
YAML

when:
- event: push
- event: pull_request
- event: cron
cron: ci
steps:
- name: build_and_test
image: codeberg.org/3ra/ballistica-dev:latest
pull: true
commands:
- make env
- make cmake-server-build
- BA_PCOMMANDBATCH_BUILD_REQUIRE=1 BA_APP_RUN_ENABLE_BUILDS=1 BA_APP_RUN_BUILD_HEADLESS=1 make test