Provo pipeline con drone.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
db4c957e1d
commit
100fa2e2ac
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@ -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/
|
Reference in New Issue
Block a user