treebird/.drone.yml
Sam Therapy 5a6d8fe9d7
All checks were successful
continuous-integration/drone/push Build is passing
add "changes"
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-07-25 01:45:58 +02:00

10 lines
184 B
YAML

kind: pipeline
name: default
steps:
- name: Build
image: gcc
commands:
- apt update && apt install -y libcjson-dev libpcre3-dev libfcgi-dev
- cp config.def.h config.h
- make