danbooru-client/.drone.yml
Luca Beltrame cc61d2abf6
Some checks failed
continuous-integration/drone/push Build is failing
Do not use parallelism
2019-06-08 15:43:40 +02:00

29 lines
449 B
YAML

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