This commit is contained in:
parent
491aecdab9
commit
7026014a00
1 changed files with 1 additions and 2 deletions
|
@ -34,16 +34,15 @@ jobs:
|
||||||
git -C onlyoffice-document-server/web-apps apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/web-apps.patch
|
git -C onlyoffice-document-server/web-apps apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/web-apps.patch
|
||||||
- name: Development setup
|
- name: Development setup
|
||||||
run: |
|
run: |
|
||||||
cd onlyoffice-document-server/build_tools
|
|
||||||
mkdir -p ./system_qt/gcc_64
|
mkdir -p ./system_qt/gcc_64
|
||||||
ln -s /usr/lib/x86_64-linux-gnu ./system_qt/gcc_64/lib
|
ln -s /usr/lib/x86_64-linux-gnu ./system_qt/gcc_64/lib
|
||||||
ln -s /usr/lib/x86_64-linux-gnu/qt5/bin ./system_qt/gcc_64/bin
|
ln -s /usr/lib/x86_64-linux-gnu/qt5/bin ./system_qt/gcc_64/bin
|
||||||
ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins ./system_qt/gcc_64/plugins
|
ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins ./system_qt/gcc_64/plugins
|
||||||
cd tools/linux
|
cd tools/linux
|
||||||
python2 ./deps.py
|
python2 ./deps.py
|
||||||
cd ../../
|
|
||||||
- name: Onlyoffice server build
|
- name: Onlyoffice server build
|
||||||
run: |
|
run: |
|
||||||
|
cd onlyoffice-document-server/build_tools
|
||||||
python2 ./configure.py --update 0 --module "server" --qt-dir $(pwd)/system_qt
|
python2 ./configure.py --update 0 --module "server" --qt-dir $(pwd)/system_qt
|
||||||
python2 ./make.py
|
python2 ./make.py
|
||||||
- name: Package upload
|
- name: Package upload
|
||||||
|
|
Loading…
Add table
Reference in a new issue