203 Star 847 Fork 262

GVPjitamin / jitamin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Before Script
before_script:
- docker-php-ext-enable zip
- docker-php-ext-enable gd
- composer config repo.packagist composer https://packagist.phpcomposer.com
- composer install --no-progress --no-interaction
- php -v
- php vendor/bin/phpdoccheck --directory=app
after_script:
# - cat storage/logs/*.log
# Services
services:
# - mysql:latest
#Stages
stages:
- test
#PHP 7.0
php-7.0:
type: test
image: tetraweb/php:7.0
script:
- phpunit -c tests/units.sqlite.xml
PHP
1
https://gitee.com/jitamin/jitamin.git
git@gitee.com:jitamin/jitamin.git
jitamin
jitamin
jitamin
master

搜索帮助