mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
d47e169bd5
commit
27c25da90d
@ -67,24 +67,24 @@ jobs:
|
||||
- script: |
|
||||
set -e
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
apt-transport-https ca-certificates curl \
|
||||
gpg-agent software-properties-common
|
||||
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||
sudo add-apt-repository "deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
|
||||
add-apt-repository "deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
docker-ce
|
||||
displayName: 'Setup docker'
|
||||
- script: |
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
apt-get install -y --no-install-recommends \
|
||||
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev \
|
||||
git make g++ file perl bash binutils locales qemu-utils bison flex
|
||||
displayName: 'Setup buildroot'
|
||||
- script: sudo dockerd -s vfs &> /dev/null &
|
||||
- script: dockerd -s vfs &> /dev/null &
|
||||
displayName: 'Start docker'
|
||||
- script: sudo make $(board)
|
||||
- script: make $(board)
|
||||
displayName: 'Build $(board)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user