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: '*'
|
pip.pypa.io: '*'
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: |
|
dependencies:
|
||||||
python setup.py build_ext --inplace
|
llvm.org: '*'
|
||||||
test "$(python -c 'import package_manager')" = "You are using tea"
|
|
||||||
env:
|
env:
|
||||||
PYTHONPATH: "{{prefix}}/venv/lib/python3.11/site-packages"
|
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