托管 PHP 的持续集成?

Hosted Continuous Integration for PHP?(托管 PHP 的持续集成?)
本文介绍了托管 PHP 的持续集成?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只是想检查一下是否有人知道任何使用 PHP 为基于 Web 的项目制作的托管持续集成服务?

I just wanted to check if anyone knows any hosted continous integration services made for web-based projects using PHP ?

我一直在寻找,但大多数都是为 Java、Ruby 和一些 iOS/Android 制作的.我正在恢复使用 Jenkins 设置我自己的 CI 服务器.我猜 PHP 端对 CI 的需求不足以证明托管服务支持现成的它.

I have been searching around but most are made for Java, Ruby and some for iOS/Android. I am reverting to having to set up my own CI server with Jenkin. I am guess there is not enough demand for CI on the PHP side to justify hosted services to support it off the shelf.

推荐答案

在 Quora.

其中一些还支持 PHP:

Some of them also support PHP:

  • circleci.com
  • drone.io
  • codeship.io(免责声明:我是联合创始人之一)
  • travis-ci.org

这篇关于托管 PHP 的持续集成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Convert JSON integers and floats to strings(将JSON整数和浮点数转换为字符串)
in php how do I use preg replace to turn a url into a tinyurl(在php中,如何使用preg替换将URL转换为TinyURL)
all day appointment for ics calendar file wont work(ICS日历文件的全天约会不起作用)
trim function is giving unexpected values php(Trim函数提供了意外的值php)
Basic PDO connection to MySQL(到MySQL的基本PDO连接)
PHP number_format returns 1.00(Php number_Format返回1.00)