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
|
||||
- name: Development setup
|
||||
run: |
|
||||
cd onlyoffice-document-server/build_tools
|
||||
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/qt5/bin ./system_qt/gcc_64/bin
|
||||
ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins ./system_qt/gcc_64/plugins
|
||||
cd tools/linux
|
||||
python2 ./deps.py
|
||||
cd ../../
|
||||
- name: Onlyoffice server build
|
||||
run: |
|
||||
cd onlyoffice-document-server/build_tools
|
||||
python2 ./configure.py --update 0 --module "server" --qt-dir $(pwd)/system_qt
|
||||
python2 ./make.py
|
||||
- name: Package upload
|
||||
|
|
Loading…
Add table
Reference in a new issue