mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 15:53:57 +08:00
* exclude lib dirs, fix 3 cpp errors
* fix more alerts, exclude mkvparse
Co-authored-by: George Hotz <geohot@gmail.com>
old-commit-hash: e568d3cadc
15 lines
330 B
YAML
15 lines
330 B
YAML
path_classifiers:
|
|
library:
|
|
- external
|
|
- phonelibs
|
|
- pyextra
|
|
- tools/lib/mkvparse
|
|
extraction:
|
|
cpp:
|
|
after_prepare:
|
|
- "pip3 install jinja2 pyyaml cython pycapnp numpy sympy tqdm cffi logentries zmq"
|
|
- "export PATH=$PWD/external/bin:$PATH"
|
|
index:
|
|
build_command: "python3 $(which scons)"
|
|
|