janet/.drone.yml
Michael Hope 091cae0d0b
All checks were successful
continuous-integration/drone/push Build is passing
janet: switch to drone.io
2021-03-07 19:39:42 +01:00

22 lines
341 B
YAML

# Touch
kind: pipeline
name: default
platform:
os: linux
arch: arm64
steps:
- name: fetch
image: python
commands:
- git fetch --tags
- apt-get update
- apt-get install -y python3-pytest
- name: build
image: python
commands:
- pip3 install -r requirements.txt
- python3 setup.py bdist