2017 © Pedro Peláez
 

library ci-pecl-cacher

PECL installing script with cache for Travis CI

image

phwoolcon/ci-pecl-cacher

PECL installing script with cache for Travis CI

  • Thursday, June 7, 2018
  • by Fishdrowned
  • Repository
  • 1 Watchers
  • 1 Stars
  • 23,583 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 175 % Grown

The README.md

phwoolcon/ci-pecl-cacher

Latest Version on Packagist Build Status ![Total Downloads][ico-downloads] ![Software License][ico-license], (*1)

PECL installation script with cache for Travis CI, (*2)

Install

Via Composer, (*3)

$ composer require phwoolcon/ci-pecl-cacher

Usage

Edit .travis.yml, (*4)

vim .travis.yml

To enable cache support:, (*5)

cache:
  directories:
    - $HOME/pecl_cache

To install PECL extension:, (*6)

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., (*7)

Change log

Please see CHANGELOG for more information on what has changed recently., (*8)

Security

If you discover any security related issues, please email fishdrowned@gmail.com instead of using the issue tracker., (*9)

Credits

License

The Apache License, Version 2.0. Please see License File for more information., (*10)

The Versions

07/06 2018

dev-master

9999999-dev https://github.com/phwoolcon/ci-pecl-cacher

PECL installing script with cache for Travis CI

  Sources   Download

Apache-2.0

ci phwoolcon pecl cache

07/06 2018

v1.0.4

1.0.4.0 https://github.com/phwoolcon/ci-pecl-cacher

PECL installing script with cache for Travis CI

  Sources   Download

Apache-2.0

ci phwoolcon pecl cache

12/04 2018

v1.0.3

1.0.3.0 https://github.com/phwoolcon/ci-pecl-cacher

PECL installing script with cache for Travis CI

  Sources   Download

Apache-2.0

ci phwoolcon pecl cache

18/11 2017

v1.0.2

1.0.2.0 https://github.com/phwoolcon/ci-pecl-cacher

PECL installing script with cache for Travis CI

  Sources   Download

Apache-2.0

ci phwoolcon pecl cache

14/11 2017

v1.0.1

1.0.1.0 https://github.com/phwoolcon/ci-pecl-cacher

PECL installing script with cache for Travis CI

  Sources   Download

Apache-2.0

ci phwoolcon pecl cache

13/11 2017

v1.0.0

1.0.0.0 https://github.com/phwoolcon/ci-pecl-cacher

PECL installing script with cache for Travis CI

  Sources   Download

Apache-2.0

ci phwoolcon pecl cache