phwoolcon/ci-pecl-cacher
最新稳定版本:v1.0.4
Composer 安装命令:
composer require phwoolcon/ci-pecl-cacher
包简介
PECL installing script with cache for Travis CI
关键字:
README 文档
README
PECL installation script with cache for Travis CI
Install
Via Composer
$ composer require phwoolcon/ci-pecl-cacher
Usage
Edit .travis.yml
vim .travis.yml
To enable cache support:
cache: directories: - $HOME/pecl_cache
To install PECL extension:
before_install: - composer require phwoolcon/ci-pecl-cacher -n # Cache till new version - vendor/bin/ci-pecl-install swoole # Cache and skip version check - vendor/bin/ci-pecl-install swoole skip-update # Cache a package that has a different .so name from the package name - vendor/bin/ci-pecl-install libsodium sodium # Cache a specific version of a package (.so name required) - vendor/bin/ci-pecl-install grpc-1.9.0 grpc
See result.
Change log
Please see CHANGELOG for more information on what has changed recently.
Security
If you discover any security related issues, please email fishdrowned@gmail.com instead of using the issue tracker.
Credits
License
The Apache License, Version 2.0. Please see License File for more information.
统计信息
- 总下载量: 855.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-11-13