Try to figure out the kcfg error
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
6fc728599b
commit
fe753a5715
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue