yolobs-studio/.drone.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
201 B
YAML
Raw Normal View History

2021-01-01 21:12:21 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: Build obs
image: debian:buster
2021-01-01 21:13:47 +00:00
commands:
2021-01-01 21:13:12 +00:00
- apt update
- apt upgrade
2021-01-01 21:12:21 +00:00
- apt install build-essential
- debuild