seafile/.travis.yml

12 lines
155 B
YAML
Raw Normal View History

2015-10-06 16:46:28 +08:00
sudo: false
2019-05-18 15:27:09 +08:00
language: c
dist: Xenial
compiler: gcc
os: linux
2015-10-06 16:46:28 +08:00
install:
2019-05-18 15:27:09 +08:00
- ./integration-tests/install-deps.sh
2014-06-09 08:44:49 +08:00
script:
2019-05-18 15:27:09 +08:00
- ./autogen.sh
- ./configure
- make