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 pull: if-not-exists
commands: commands:
- mkdir build - mkdir build
- cmake -B build - cd build
- make -C build -j2 - cmake ../
- make build -j2
when: when:
event: event:
- push - push