onlyoffice-document-server/.forgejo/workflows/test-build.yaml
Antoine Martin f51fb404cc
Some checks failed
/ build-test (pull_request) Failing after 16s
attempt build
2024-08-23 15:57:28 -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: 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