Questions tagged [php-ci]

Questions related to php continuous integration should use this tag.

10 questions
1
vote
0 answers

Getting PHPCI status on a github pull request?

I am wondering if it is possible to get a build status on github with PHPCI. Something similar to this but for PHPCI: The deployment server I am running PHPCI works fine but I would love to have this functionality. So far I can't seem to be able to…
Stephan-v
  • 19,255
  • 31
  • 115
  • 201
1
vote
1 answer

What is PHPCI – what is a build?

Please forgive me if this is a silly question. I'm not hating on phpci, I'm just trying to understand it: PHP is a scripting language... so one doesn't really "build" an application like you do in C++. You just write the code and the application…
geoidesic
  • 4,649
  • 3
  • 39
  • 59
1
vote
1 answer

Build in PHPCI takes forever

I'm setting up Continues Integration and I'm wondering if everything should take so damn long. My build is running for over a day in the mean time and still it's not finished. It is a normal Laravel app with around 20 controllers, so a little time…
Chilion
  • 4,380
  • 4
  • 33
  • 48
1
vote
1 answer

Error when to load autocomplete

I have tag html like this: And i want to add fiture in the input text using autocomplete. The code like this: $('#KELOLA_NAMA_RM').autocomplete({ source: "
user3505775
  • 339
  • 2
  • 6
  • 20
0
votes
1 answer

How to trigger PHP-CI webhook manually aside from pushing

does anyone know how to trigger the PHP-CI webhook manually? cause I wanted it to connect to Hipchat Integration.
Skeeith22
  • 186
  • 2
  • 16
0
votes
0 answers

php-ci configuration build not working

the configuration is not copying the build after a successful build my configuration looks like this build settings: clone_depth: 1 ignore: - "vendor" - "tests" - "node_modules" mysql: host: "localhost" …
Skeeith22
  • 186
  • 2
  • 16
0
votes
1 answer

What's a PHP CI Build Path

I've successfully installed PHPCI on my local server, setup a project, and run my first build. Even without a phpci.yml, PHP CI seems to detect my Codeception tests (yay!) However, the build log contains the following text Exception: Warning:…
Alana Storm
  • 164,128
  • 91
  • 395
  • 599
0
votes
0 answers

Continuous Integration and Testing Tools for projects which use PHP, Javascript, jQuery, AngularJS

I have base project with I use to setup websites with CMS. It has more and more options and it's more and more difficult to maintain the code of it. I plan to use some Continuous Integration for it and finally start adding tests. This system is…
ppiatek
  • 69
  • 1
  • 5
0
votes
1 answer

PHP-CI, composer dependencies and private github repositories

Situation: I have a symfony2 project in a private github repository. This project has vendor dependencies, one of which is in a different private repository. I do not own this repo, but I am a contributor and can read/write. It is added to the…
okdewit
  • 2,406
  • 1
  • 27
  • 32
0
votes
1 answer

Editing phpci.yml File for my Project

I've installed PHPCI and have added a project named 'myproject' in PHPCI for testing. It is asked that I should include a 'phpci.yml' file in the root directory of the project. Here is how this 'phpci.tml' file should look like: Click here to see…
Khuram
  • 1,820
  • 1
  • 26
  • 33