From f4ff5e0d2567f3780f5b7c5e173c433bee90f7e0 Mon Sep 17 00:00:00 2001 From: Jan Boon Date: Sat, 26 Jan 2019 00:17:22 +0800 Subject: [PATCH] Update --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2ede2a7e8..6ad47eba4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,5 +23,6 @@ jobs: cat CMakeCache.txt displayName: 'CMake' - script: | + cd build make -j`nproc` displayName: 'Make' \ No newline at end of file