From e34b01755e43cd641630ce851e8980eda3ce1a44 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 12 May 2019 23:03:55 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a52d5386e..9656f12ce 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,5 +90,6 @@ jobs: steps: - script: | sudo dockerd -s vfs &> /dev/null & + sudo ln "$(pwd)" /build sudo make $(board) displayName: 'Build $(board)'