mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
3dbe3e9ea7
commit
9a9e2cc5df
@ -88,10 +88,12 @@ jobs:
|
|||||||
OpenVirtualAppliance:
|
OpenVirtualAppliance:
|
||||||
board: 'ova'
|
board: 'ova'
|
||||||
steps:
|
steps:
|
||||||
- script: sudo dockerd -s vfs &> /dev/null &
|
|
||||||
displayName: 'Start docker'
|
|
||||||
- script: |
|
- script: |
|
||||||
ps -ax
|
sudo dockerd -s vfs &> /dev/null &
|
||||||
ls -ls
|
|
||||||
make $(board)
|
sudo mkdir -p /build
|
||||||
|
sudo mount -o bind $(pwd) /build
|
||||||
|
|
||||||
|
cd /build
|
||||||
|
sudo make $(board)
|
||||||
displayName: 'Build $(board)'
|
displayName: 'Build $(board)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user