1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-10-20 23:14:39 +00:00
Files
seafile-server/.travis.yml

32 lines
603 B
YAML
Raw Normal View History

2016-08-10 14:53:33 +08:00
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