ona/.drone.yml

10 lines
195 B
YAML
Raw Normal View History

2022-09-28 19:29:16 +02:00
kind: pipeline
2022-10-01 21:40:23 +02:00
name: continuous integration
2022-09-28 19:29:16 +02:00
steps:
2022-10-01 21:40:23 +02:00
- name: build & test
2023-02-18 04:34:40 +01:00
image: ubuntu:jammy
2022-09-28 19:29:16 +02:00
commands:
2023-02-20 02:39:21 +01:00
- apt update && apt install -y clang libsdl2-dev python3.10
2023-02-18 04:34:40 +01:00
- python3.10 ./build.py