danbooru-client/.drone.yml
Luca Beltrame a7fbc0c9df
Some checks failed
continuous-integration/drone/push Build is failing
Fix for CI
2019-06-08 15:21:25 +02:00

28 lines
452 B
YAML

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