mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-09 09:13:24 +08:00
15 lines
468 B
YAML
15 lines
468 B
YAML
when:
|
|
- event: manual
|
|
|
|
steps:
|
|
- name: build-and-test
|
|
image: python:3.12-windowsservercore
|
|
commands:
|
|
- $env:PYTHONPATH = "tools"
|
|
- python -m efrotools.genwrapper pcommand batools.pcommandmain tools/pcommand
|
|
- python -m pip install --upgrade pip
|
|
- pip install pytest typing_extensions
|
|
- python tools/pcommand win_ci_install_prereqs
|
|
- python tools/pcommand win_ci_binary_build
|
|
- python tools/pcommand pytest -v tests
|