Added -j4 flags

release/4.3a0
Frank Dellaert 2018-10-08 21:38:32 -04:00
parent 5d49177c8a
commit eb4659bcb6
1 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ pipelines:
- mkdir build
- cd build
- cmake -DGTSAM_USE_SYSTEM_EIGEN=ON -DGTSAM_USE_EIGEN_MKL=OFF ..
- make
- make check
- make -j4
- make -j4 check