Do not use parallelism
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luca Beltrame 2019-06-08 15:43:40 +02:00
parent 61dd7054af
commit cc61d2abf6
Signed by: einar
GPG key ID: 8DF631FD021DB0C5

View file

@ -9,7 +9,7 @@ steps:
- mkdir build - mkdir build
- cd build - cd build
- cmake ../ - cmake ../
- make -j2 - make
when: when:
event: event:
- push - push