diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index 2c036f9..d12898b 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -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