onlyoffice-document-server/.forgejo/workflows/test-build.yaml

22 lines
520 B
YAML
Raw Normal View History

2024-08-23 15:47:35 -04:00
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
jobs:
build-test:
runs-on: x86_64
container:
2024-08-23 15:55:10 -04:00
image: ubuntu:16.04
2024-08-23 15:47:35 -04:00
steps:
- name: Environment setup
2024-08-23 15:59:20 -04:00
run: |
apt-get update
apt-get install -y python git sudo
2024-08-23 15:57:28 -04:00
- 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