Inlcude audio library for BlenderBIM costing chaching sound

This commit is contained in:
Sigma Dimensions
2023-02-11 10:05:54 +01:00
parent ceaa930aad
commit fa0f484922
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -95,6 +95,7 @@ jobs:
sudo /usr/bin/python -m pip install isodate
sudo /usr/bin/python -m pip install lark
sudo /usr/bin/python -m pip install networkx
sudo /usr/bin/python -m pip install aud
sudo /usr/bin/python -m pip install tabulate
- name: Test
+7
View File
@@ -277,6 +277,13 @@ endif
cp -r dist/working/decorator-5.0.9/src/decorator.py dist/blenderbim/libs/site/packages/
rm -rf dist/working
# Provides audio playback for costing
mkdir dist/working
cd dist/working && wget https://files.pythonhosted.org/packages/e4/4f/b40aaedfd24543e1d2aad69f6ed73f8cd3a13982c01ef4ed22145d06cff9/aud-0.8.6.tar.gz
cd dist/working && tar -xzvf aud*
cp -r dist/working/aud-0.8.6/aud dist/blenderbim/libs/site/packages/
rm -rf dist/working
# Provides jsgantt-improved supports for web-based construction sequencing gantt charts
mkdir dist/working
cd dist/working && wget https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.js
@@ -221,6 +221,7 @@ Required Python modules to be stored in ``libs/site/packages/`` are:
dateutil
isodate
networkx
aud
deepdiff
jsonpickle
ordered_set