From 4455e9a907423ded2d30f447b59cf7b174b3e27d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 13 May 2019 08:50:10 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4c7dad1b9..3ab5ddcc2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,10 +91,11 @@ jobs: - script: | set -e sudo dockerd -s vfs & + sleep 30 pwd ls -ls ps -ax sudo cp -rfp "$(pwd)" /build - cd /build && sudo make $(board) + make $(board) displayName: 'Build $(board)'