diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 33204aea2..8a8d5dd14 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,5 +11,5 @@ pipelines: - mkdir build - cd build - cmake -DGTSAM_USE_SYSTEM_EIGEN=ON -DGTSAM_USE_EIGEN_MKL=OFF .. - - make - - make check \ No newline at end of file + - make -j4 + - make -j4 check \ No newline at end of file