1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-10-20 06:54:17 +00:00
Files
seafile-server/.travis.yml
2016-09-17 13:34:15 +08:00

32 lines
603 B
YAML

sudo: false
# Must set language to python so we can install custom python pacakges in
# docker-based travis builds
language: python
compiler:
- gcc
- clang
addons:
apt:
packages:
- valac
- uuid-dev
- libevent-dev
- libarchive-dev
- intltool
- libjansson-dev
- libonig-dev
- libfuse-dev
- net-tools
cache:
directories:
- $HOME/.cache/pip
- $HOME/.ccache
- $HOME/downloads
before_install:
- ccache -s
- export PATH=/usr/lib/ccache:${PATH}
install:
- ./integration-tests/install-deps.sh
script:
- ./integration-tests/run.py