mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
ac5121f067
commit
7c77a692ce
@ -89,7 +89,12 @@ jobs:
|
|||||||
board: 'ova'
|
board: 'ova'
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
|
set -e
|
||||||
|
|
||||||
sudo dockerd -s vfs &> /dev/null &
|
sudo dockerd -s vfs &> /dev/null &
|
||||||
sudo ln -s "$(pwd)" /build
|
|
||||||
|
sudo cp -rf "$(pwd)" /build
|
||||||
|
cd /build
|
||||||
|
|
||||||
sudo make $(board)
|
sudo make $(board)
|
||||||
displayName: 'Build $(board)'
|
displayName: 'Build $(board)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user