From 3dbe3e9ea7ec7e7149b94203571712ce966a78a3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 12 May 2019 22:44:50 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1f48471e8..d4829e564 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,5 +90,8 @@ jobs: steps: - script: sudo dockerd -s vfs &> /dev/null & displayName: 'Start docker' - - script: make $(board) + - script: | + ps -ax + ls -ls + make $(board) displayName: 'Build $(board)'