使用 pcit 持续集成 php 项目

PCIT 是一整套 CI 工具集。

官方网站: https://ci.khs1994.com

1
2
3
4
5
6
7
8
9
10
11
12

language: php

pipeline:

install:
commands:
- composer install

script:
commands:
- ./vendor/bin/phpunit