mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-02 00:53:53 +08:00
* exclude lib dirs, fix 3 cpp errors * fix more alerts, exclude mkvparse Co-authored-by: George Hotz <geohot@gmail.com>
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)"
|
|
|