mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
14 lines
274 B
YAML
14 lines
274 B
YAML
language: cpp
|
|
compiler: gcc
|
|
dist: trusty
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- p7zip-full
|
|
script:
|
|
- exit 0
|
|
# Build fails anyway. See explanation in
|
|
# https://github.com/ONLYOFFICE/core/pull/29#issuecomment-306773327
|
|
- cd Common/3dParty && ./make.sh
|
|
- cd ../../
|
|
- make |