onlyoffice-document-server/.forgejo/workflows/test-build.yaml
Antoine Martin 1efe7a7eb3
Some checks failed
/ build-test (pull_request) Failing after 16s
get sudo
2024-08-23 15:58:40 -04:00

19 lines
483 B
YAML

on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
jobs:
build-test:
runs-on: x86_64
container:
image: ubuntu:16.04
steps:
- name: Environment setup
run: apt-get install -y python git sudo
- 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