From 7c77a692ce8760de2e6f5dc914993d8e5a717dd6 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 12 May 2019 23:13:54 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3a76d1be1..3800370a1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -89,7 +89,12 @@ jobs: board: 'ova' steps: - script: | + set -e + sudo dockerd -s vfs &> /dev/null & - sudo ln -s "$(pwd)" /build + + sudo cp -rf "$(pwd)" /build + cd /build + sudo make $(board) displayName: 'Build $(board)'