onlyoffice-document-server/.forgejo/workflows/test-build.yaml
Antoine Martin 3911d3b318
Some checks failed
/ build-test (pull_request) Failing after 37m44s
apt update
2024-08-23 15:59:20 -04:00

21 lines
520 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 update
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