mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
831f936f22
commit
d8a1496c2d
|
@ -16,6 +16,12 @@ build:
|
|||
ln -s ../libexec/lib/python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
||||
working-directory: "{{prefix}}/lib"
|
||||
test:
|
||||
dependencies:
|
||||
llvm.org: '*'
|
||||
env:
|
||||
linux:
|
||||
CC: clang
|
||||
AS: llvm-as
|
||||
script:
|
||||
- python setup.py build_ext --inplace
|
||||
- python -c "import package_manager" | grep "You are using tea"
|
Loading…
Reference in a new issue