Establishing Xenial test workflow
This commit is contained in:
parent
b6d22c94a1
commit
977f5e9669
2 changed files with 68 additions and 0 deletions
39
dev_tools/ci/install.sh
Normal file
39
dev_tools/ci/install.sh
Normal file
|
@ -0,0 +1,39 @@
|
|||
#/bin/bash
|
||||
|
||||
add-apt-repository -y ppa:libretime/libretime
|
||||
apt-get -q update
|
||||
apt-get install -y gstreamer1.0-plugins-base \
|
||||
gstreamer1.0-plugins-good \
|
||||
gstreamer1.0-plugins-bad \
|
||||
gstreamer1.0-plugins-ugly \
|
||||
libgirepository1.0-dev \
|
||||
liquidsoap \
|
||||
liquidsoap-plugin-faad \
|
||||
liquidsoap-plugin-lame \
|
||||
iquidsoap-plugin-mad \
|
||||
liquidsoap-plugin-vorbis \
|
||||
python3-gst-1.0 \
|
||||
silan \
|
||||
gcc \
|
||||
gir1.2-gtk-3.0 \
|
||||
python3-gi \
|
||||
python3-gi-cairo \
|
||||
python-cairo \
|
||||
pkg-config \
|
||||
libcairo2-dev \
|
||||
php \
|
||||
php-curl \
|
||||
php-gd \
|
||||
php-pgsql
|
||||
|
||||
cd ../../python_apps/airtime_analyzer
|
||||
pip3 install -e .
|
||||
|
||||
cd ../../python_apps/airtime-celery
|
||||
pip3 install -e .
|
||||
|
||||
cd ../../python_apps/api_clients
|
||||
pip3 install -e .
|
||||
|
||||
cd ../../python_apps/pypo
|
||||
pip3 install -e .
|
Loading…
Add table
Add a link
Reference in a new issue