From d9c2347e7cc0cf3bc06668df91311d5147c27803 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 13 May 2019 10:38:43 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0c8d36133..845fe943d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,8 +68,10 @@ jobs: - script: sudo docker build -t hassos:builder . displayName: 'Build container for HassOS' - script: | - sudo modprobe overlayfs + #sudo modprobe overlayfs + mkdir -p cache sudo docker run --rm --privileged -v "$(pwd):/build" \ + -v "$(pwd)/cache:/cache" \ hassos:builder make $(board) displayName: 'Build $(board)'