From 7026014a0074c40e8d623816f434c8d214ab28ce Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 24 Aug 2024 10:51:44 -0400 Subject: [PATCH] cd in build_tools --- .forgejo/workflows/test-build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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