mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
d8a1496c2d
commit
3b200c7ff4
1 changed files with 8 additions and 3 deletions
|
@ -18,8 +18,13 @@ build:
|
|||
pip.pypa.io: '*'
|
||||
|
||||
test:
|
||||
script: |
|
||||
python setup.py build_ext --inplace
|
||||
test "$(python -c 'import package_manager')" = "You are using tea"
|
||||
dependencies:
|
||||
llvm.org: '*'
|
||||
env:
|
||||
PYTHONPATH: "{{prefix}}/venv/lib/python3.11/site-packages"
|
||||
linux:
|
||||
CC: clang
|
||||
AS: llvm-as
|
||||
script:
|
||||
- python setup.py build_ext --inplace
|
||||
- test "$(python -c 'import package_manager')" = "You are using pkgx"
|
||||
|
|
Loading…
Reference in a new issue