ona/.drone.yml

10 lines
183 B
YAML

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