Compare commits
2 Commits
429cec0c1a
...
27cb5515c4
Author | SHA1 | Date | |
---|---|---|---|
27cb5515c4 | |||
106e7ab752 |
18
.github/workflows/build.yaml
vendored
18
.github/workflows/build.yaml
vendored
@ -6,12 +6,12 @@ on:
|
|||||||
branches: [develop]
|
branches: [develop]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- '.github/**'
|
# - '.github/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [develop]
|
branches: [develop]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- '.github/**'
|
# - '.github/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -26,10 +26,10 @@ jobs:
|
|||||||
|
|
||||||
# git checkout $(git describe --tags --always $(git rev-list --tags --max-count=1000) | grep -e "[0-9]\+\.[0-9]\+\.[0-9]\+$" | head -n 1)
|
# git checkout $(git describe --tags --always $(git rev-list --tags --max-count=1000) | grep -e "[0-9]\+\.[0-9]\+\.[0-9]\+$" | head -n 1)
|
||||||
|
|
||||||
# - name: Install system libs and dependencies
|
- name: Install system libs and dependencies
|
||||||
# run: |
|
run: |
|
||||||
# sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
# sudo apt-get -y -qq install libudev-dev ffmpeg
|
sudo apt-get -y -qq install libturbojpeg-dev
|
||||||
# sudo apt-get -y -qq install libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev
|
# sudo apt-get -y -qq install libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev
|
||||||
# sudo apt-get install nodejs
|
# sudo apt-get install nodejs
|
||||||
|
|
||||||
@ -61,12 +61,18 @@ jobs:
|
|||||||
pip install homeassistant
|
pip install homeassistant
|
||||||
echo "Installing numpy, requered by Component: mobile_app, stream and camera\n"
|
echo "Installing numpy, requered by Component: mobile_app, stream and camera\n"
|
||||||
pip install numpy
|
pip install numpy
|
||||||
|
echo "Installing hassil, requered by Component: mobile_app\n"
|
||||||
|
pip install hassil
|
||||||
echo "Installing numpy, requered by Component: python_script\n"
|
echo "Installing numpy, requered by Component: python_script\n"
|
||||||
pip install RestrictedPython
|
pip install RestrictedPython
|
||||||
echo "Installing numpy, requered by Component: twilio\n"
|
echo "Installing numpy, requered by Component: twilio\n"
|
||||||
pip install twilio
|
pip install twilio
|
||||||
echo "Installing numpy, requered by Component: telegram_bot\n"
|
echo "Installing numpy, requered by Component: telegram_bot\n"
|
||||||
pip install telegram
|
pip install telegram
|
||||||
|
echo "Installing pyeiscp, requered by Component: onkyo\n"
|
||||||
|
pip install pyeiscp
|
||||||
|
echo "Installing async_upnp_client, requered by Component: ssdp\n"
|
||||||
|
pip install async_upnp_client
|
||||||
|
|
||||||
- name: Check HassIO configuration
|
- name: Check HassIO configuration
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user