Skip to content

Commit

Permalink
[Azure] Limit ninja build to two jobs. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jul 11, 2019
1 parent f0f5765 commit 0bc8662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -21,5 +21,5 @@ jobs:
cd build
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\vsdevcmd" -arch=x64
cmake .. -G Ninja -DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DOGS_EIGEN_DYNAMIC_SHAPE_MATRICES=ON -DOGS_USE_PCH=OFF
ninja tests
ninja ctest
ninja -j 2 tests
ninja -j 2 ctest

0 comments on commit 0bc8662

Please sign in to comment.