mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
5d16ac24c3
commit
4455e9a907
@ -91,10 +91,11 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
sudo dockerd -s vfs &
|
sudo dockerd -s vfs &
|
||||||
|
sleep 30
|
||||||
|
|
||||||
pwd
|
pwd
|
||||||
ls -ls
|
ls -ls
|
||||||
ps -ax
|
ps -ax
|
||||||
sudo cp -rfp "$(pwd)" /build
|
sudo cp -rfp "$(pwd)" /build
|
||||||
cd /build && sudo make $(board)
|
make $(board)
|
||||||
displayName: 'Build $(board)'
|
displayName: 'Build $(board)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user