janet/.drone.yml

22 lines
341 B
YAML
Raw Permalink Normal View History

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