1
0
Fork 0

Provo pipeline con drone.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Emiliano Vavassori 2023-01-04 23:06:48 +01:00
parent db4c957e1d
commit 100fa2e2ac
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View 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/