当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 96

wesleywu/php-ext-xlswriter
关闭

forked from viest/php-ext-xlswriter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 850 Bytes
一键复制 编辑 原始数据 按行查看 历史
viest 提交于 2019-09-17 22:16 . Test: read cell by callback
language: php
compiler:
- gcc
- clang
os:
- linux
matrix:
include:
- php: 7.0
env: USE_VALGRIND=1
- php: 7.1
env: USE_VALGRIND=1
- php: 7.2
env: USE_VALGRIND=1
- php: 7.3
- php: 7.4snapshot
- php: nightly
addons:
apt:
packages: valgrind
notifications:
email: dev@service.viest.me
before_script:
- git submodule update --init
- sudo apt-get install zlib1g-dev -y
- phpize && ./configure --enable-reader && make clean && make
branches:
only:
- master
- dev
script:
- ./travis/run-test.sh
- make clean && phpize --clean
- phpize && ./configure --enable-reader && make clean && make
- if [ -n "$USE_VALGRIND" ]; then REPORT_EXIT_STATUS=1 php -n run-tests.php -m -n -d extension_dir=./modules/ -d extension=xlswriter.so -P --show-diff --set-timeout 120; fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/moumou/php-ext-xlswriter.git
git@gitee.com:moumou/php-ext-xlswriter.git
moumou
php-ext-xlswriter
php-ext-xlswriter
master

搜索帮助