1 Star 0 Fork 334

sloth4413 / seafile

forked from lins05 / seafile 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
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
- re2c
- 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
C
1
https://gitee.com/sloth4413/seafile.git
git@gitee.com:sloth4413/seafile.git
sloth4413
seafile
seafile
master

搜索帮助