This commit is contained in:
parent
ea6d80a3de
commit
f51fb404cc
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue