2 Star 0 Fork 342

Ruiyuan Li/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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ruiyuanli/seafile.git
git@gitee.com:ruiyuanli/seafile.git
ruiyuanli
seafile
seafile
master

搜索帮助