Files
lmwsip/.drone.yml
Marcel Nijenhof 827807be73
All checks were successful
continuous-integration/drone/push Build is passing
Build package toegevoegd aan pipeline
2020-09-04 22:56:19 +02:00

18 lines
233 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: Run unit test
commands:
- python -m unittest lmwsip
- name: Build package files
commands:
- python3 setup.py sdist bdist_wheel