ona/.drone.yml

10 lines
172 B
YAML

kind: pipeline
name: continuous integration
steps:
- name: build & test
image: ubuntu:jammy
commands:
- sudo apt install -y gcc python3.10
- python3.10 ./build.py