cd in build_tools
Some checks failed
/ build-test (pull_request) Failing after 4m12s

This commit is contained in:
Antoine Martin 2024-08-24 10:51:44 -04:00
parent 491aecdab9
commit 7026014a00
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -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