danbooru-client/.drone.yml
Luca Beltrame fe753a5715
Some checks failed
continuous-integration/drone/push Build is failing
Try to figure out the kcfg error
2019-06-08 15:41:56 +02:00

29 lines
459 B
YAML

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