danbooru-client/.drone.yml
Luca Beltrame 6fc728599b
Some checks failed
continuous-integration/drone/push Build is failing
Hopefully fix CI
2019-06-08 15:24:57 +02:00

28 lines
448 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: einar/kde
pull: if-not-exists
commands:
- mkdir build
- cmake -B build
- make -C build -j2
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