danbooru-client/.drone.yml
Luca Beltrame a109d404a4
All checks were successful
continuous-integration/drone/push Build is passing
Only CI master for now (the other branch won't work)
2019-06-08 16:20:52 +02:00

32 lines
509 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: einar/kde
privileged: true
pull: if-not-exists
commands:
- mkdir build
- cd build
- cmake ../
- make
when:
event:
- push
branch:
- master
- name: pack
image: einar/kde
pull: if-not-exists
commands:
- mkdir dists
- cmake -B dists
- make dist -C dists
when:
event:
- tag