mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-05 10:26:43 +08:00
12 lines
155 B
YAML
12 lines
155 B
YAML
sudo: false
|
|
language: c
|
|
dist: Xenial
|
|
compiler: gcc
|
|
os: linux
|
|
install:
|
|
- ./integration-tests/install-deps.sh
|
|
script:
|
|
- ./autogen.sh
|
|
- ./configure
|
|
- make
|