mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 22:23:56 +08:00
* git mv to third_party
* find and replace
* fix release tests
* update pre-commit
* update tici bins
* update eon bins
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 5b641379ae
20 lines
478 B
YAML
20 lines
478 B
YAML
path_classifiers:
|
|
library:
|
|
- external
|
|
- third_party
|
|
- pyextra
|
|
- tools/lib/mkvparse
|
|
extraction:
|
|
cpp:
|
|
after_prepare:
|
|
- "pip3 install --upgrade --user pkgconfig cython setuptools wheel"
|
|
- "pip3 install --upgrade --user jinja2 pyyaml cython pycapnp numpy sympy tqdm\
|
|
\ cffi logentries zmq scons"
|
|
- "export PATH=/opt/work/.local/bin:$PATH"
|
|
index:
|
|
build_command: "scons"
|
|
javascript:
|
|
index:
|
|
filters:
|
|
- exclude: "*"
|