|
|
@ -7,10 +7,12 @@ path_classifiers: |
|
|
|
extraction: |
|
|
|
extraction: |
|
|
|
cpp: |
|
|
|
cpp: |
|
|
|
after_prepare: |
|
|
|
after_prepare: |
|
|
|
- "pip3 install jinja2 pyyaml cython pycapnp numpy sympy tqdm cffi logentries zmq" |
|
|
|
- "pip3 install --upgrade --user pkgconfig cython setuptools wheel" |
|
|
|
- "export PATH=$PWD/external/bin:$PATH" |
|
|
|
- "pip3 install --upgrade --user jinja2 pyyaml cython pycapnp numpy sympy tqdm\ |
|
|
|
|
|
|
|
\ cffi logentries zmq scons" |
|
|
|
|
|
|
|
- "export PATH=/opt/work/.local/bin:$PATH" |
|
|
|
index: |
|
|
|
index: |
|
|
|
build_command: "python3 $(which scons)" |
|
|
|
build_command: "scons" |
|
|
|
javascript: |
|
|
|
javascript: |
|
|
|
index: |
|
|
|
index: |
|
|
|
filters: |
|
|
|
filters: |
|
|
|