Fix for CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luca Beltrame 2019-06-08 15:21:25 +02:00
parent b262bd2e01
commit a7fbc0c9df
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 -d build .
- make -C build -j2
when:
event:
@ -17,7 +17,7 @@ steps:
pull: if-not-exists
commands:
- mkdir build
- cmake . -d build
- cmake -d build .
- make dist -C build
when:
event: