yolobs-studio/.drone.yml

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

13 lines
225 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
2021-01-01 21:14:37 +00:00
- apt upgrade -y
2021-01-01 21:16:37 +00:00
- apt install -y build-essential devscripts lintian
2021-01-01 21:12:21 +00:00
- debuild