Try to figure out the kcfg error
Some checks failed
continuous-integration/drone/push Build is failing

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

View file

@ -7,8 +7,9 @@ steps:
pull: if-not-exists
commands:
- mkdir build
- cmake -B build
- make -C build -j2
- cd build
- cmake ../
- make build -j2
when:
event:
- push