diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index ca10566..306f970 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -9,4 +9,11 @@ jobs: image: ubuntu:16.04 steps: - name: Environment setup - run: cat /etc/os-release + run: sudo apt-get install -y python git + - name: Cloning build tools + run: git clone https://github.com/ONLYOFFICE/build_tools.git -b v8.1.1.39 + - name: Building onlyoffice + run: | + cd build_tools/tools/linux + ./automate.py server +