Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-05-12 23:18:38 +02:00
parent 7c77a692ce
commit f715486c58

View File

@ -90,11 +90,8 @@ jobs:
steps:
- script: |
set -e
sudo dockerd -s vfs &> /dev/null &
sudo cp -rf "$(pwd)" /build
cd /build
sudo make $(board)
cd /build && sudo make $(board)
displayName: 'Build $(board)'