Hopefully fix CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luca Beltrame 2019-06-08 15:24:57 +02:00
parent a7fbc0c9df
commit 6fc728599b
Signed by: einar
GPG key ID: 8DF631FD021DB0C5

View file

@ -7,7 +7,7 @@ steps:
pull: if-not-exists
commands:
- mkdir build
- cmake -d build .
- cmake -B build
- make -C build -j2
when:
event:
@ -16,9 +16,9 @@ steps:
image: einar/kde
pull: if-not-exists
commands:
- mkdir build
- cmake -d build .
- make dist -C build
- mkdir dists
- cmake -B dists
- make dist -C dists
when:
event:
- tag