承接 phwoolcon/ci-pecl-cacher 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phwoolcon/ci-pecl-cacher

最新稳定版本:v1.0.4

Composer 安装命令:

composer require phwoolcon/ci-pecl-cacher

包简介

PECL installing script with cache for Travis CI

README 文档

README

Latest Version on Packagist Build Status Total Downloads Software License

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 2
  • 开发语言: Shell

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2017-11-13