diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b082381..c923568 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,7 +53,7 @@ jobs: displayName: 'Print number of CPUs' - script: | - make V=s + make -j`nproc` V=s workingDirectory: $(workingDirectory) displayName: 'Build the project'