mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
9ba44d2b80
commit
88d7efdec5
1 changed files with 9 additions and 0 deletions
|
@ -19,6 +19,10 @@ build:
|
|||
- python-venv.sh {{prefix}}/bin/sip-module
|
||||
- python-venv.sh {{prefix}}/bin/sip-sdist
|
||||
- python-venv.sh {{prefix}}/bin/sip-wheel
|
||||
env:
|
||||
linux:
|
||||
CC: clang
|
||||
AS: llvm-as
|
||||
provides:
|
||||
- bin/sip-install
|
||||
- bin/sip-build
|
||||
|
@ -27,5 +31,10 @@ provides:
|
|||
- bin/sip-sdist
|
||||
- bin/sip-wheel
|
||||
test:
|
||||
env:
|
||||
linux:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
AS: llvm-as
|
||||
script:
|
||||
- sip-install --target-dir .
|
||||
|
|
Loading…
Reference in a new issue