danbooru-client/.drone.yml
Luca Beltrame 61dd7054af
Some checks failed
continuous-integration/drone/push Build is failing
Another fix
2019-06-08 15:42:54 +02:00

29 lines
453 B
YAML

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