Provo pipeline con drone.
This commit is contained in:
parent
db4c957e1d
commit
100fa2e2ac
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: compile
|
||||||
|
image: python
|
||||||
|
commands:
|
||||||
|
- pip install wheel
|
||||||
|
- python setup.py bdist_wheel
|
||||||
|
- mkdir out
|
||||||
|
- cp dist/*.whl out/
|
Loading…
Reference in New Issue