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
d47e169bd5
commit
27c25da90d
@ -67,24 +67,24 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
apt-transport-https ca-certificates curl \
|
apt-transport-https ca-certificates curl \
|
||||||
gpg-agent software-properties-common
|
gpg-agent software-properties-common
|
||||||
|
|
||||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
|
||||||
sudo add-apt-repository "deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
add-apt-repository "deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||||
|
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
docker-ce
|
docker-ce
|
||||||
displayName: 'Setup docker'
|
displayName: 'Setup docker'
|
||||||
- script: |
|
- 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 \
|
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev \
|
||||||
git make g++ file perl bash binutils locales qemu-utils bison flex
|
git make g++ file perl bash binutils locales qemu-utils bison flex
|
||||||
displayName: 'Setup buildroot'
|
displayName: 'Setup buildroot'
|
||||||
- script: sudo dockerd -s vfs &> /dev/null &
|
- script: dockerd -s vfs &> /dev/null &
|
||||||
displayName: 'Start docker'
|
displayName: 'Start docker'
|
||||||
- script: sudo make $(board)
|
- script: make $(board)
|
||||||
displayName: 'Build $(board)'
|
displayName: 'Build $(board)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user