Hi,
Will it be possible to install phpunit under "/vendor/bin/" i.e. "/var/lib/jenkins/jobs/phpMyAdmin-continuous/workspace/vendor/bin/" directory in Jenkins server?
2014-08-31 16:56 GMT+02:00 Chirayu Chiripal chirayu.chiripal@gmail.com:
Hi,
Will it be possible to install phpunit under "/vendor/bin/" i.e. "/var/lib/jenkins/jobs/phpMyAdmin-continuous/workspace/vendor/bin/" directory in Jenkins server?
-- Regards, Chirayu Chiripal https://chirayuchiripal.wordpress.com/
Hi,
Please confirm, but maybe the question could be: is it possible to run "composer install" on Jenkins, so the vendor/bin/phpunit should be there? Am I right Chirayu?
Hugues.
On Mon, Sep 1, 2014 at 1:40 AM, Hugues Peccatte hugues.peccatte@gmail.com wrote:
2014-08-31 16:56 GMT+02:00 Chirayu Chiripal chirayu.chiripal@gmail.com:
Hi,
Will it be possible to install phpunit under "/vendor/bin/" i.e. "/var/lib/jenkins/jobs/phpMyAdmin-continuous/workspace/vendor/bin/" directory in Jenkins server?
-- Regards, Chirayu Chiripal https://chirayuchiripal.wordpress.com/
Hi,
Please confirm, but maybe the question could be: is it possible to run "composer install" on Jenkins, so the vendor/bin/phpunit should be there? Am I right Chirayu?
Composer install is not necessary if we can just install/add package there because composer downloads phpunit package in that directory.
Hugues.
Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi,
On 8/31/14, 10:56 AM, Chirayu Chiripal wrote:
Hi,
Will it be possible to install phpunit under "/vendor/bin/" i.e. "/var/lib/jenkins/jobs/phpMyAdmin-continuous/workspace/vendor/bin/" directory in Jenkins server?
Michal is away for several more days and I can help with some infrastructure work in his absence. However, I'm afraid I'm not clear on what exactly this particular change would involve, so I'm a little hesitant to make changes without knowing the full ramifications of doing so.
-- Regards, Chirayu Chiripal https://chirayuchiripal.wordpress.com/
Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
2014-09-01 16:44 GMT+02:00 Isaac Bennetch bennetch@gmail.com:
Hi,
On 8/31/14, 10:56 AM, Chirayu Chiripal wrote:
Hi,
Will it be possible to install phpunit under "/vendor/bin/" i.e. "/var/lib/jenkins/jobs/phpMyAdmin-continuous/workspace/vendor/bin/" directory in Jenkins server?
Michal is away for several more days and I can help with some infrastructure work in his absence. However, I'm afraid I'm not clear on what exactly this particular change would involve, so I'm a little hesitant to make changes without knowing the full ramifications of doing so.
Hi,
Couldn't we simply solve the problem by running "composer install"? So vendor/bin/phpunit would be installed, no ?
Hugues.
-- Regards, Chirayu Chiripal https://chirayuchiripal.wordpress.com/
Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/
Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/
On Tue, Sep 2, 2014 at 3:04 PM, Hugues Peccatte hugues.peccatte@gmail.com wrote:
2014-09-01 16:44 GMT+02:00 Isaac Bennetch bennetch@gmail.com:
Hi,
On 8/31/14, 10:56 AM, Chirayu Chiripal wrote:
Hi,
Will it be possible to install phpunit under "/vendor/bin/" i.e. "/var/lib/jenkins/jobs/phpMyAdmin-continuous/workspace/vendor/bin/" directory in Jenkins server?
Michal is away for several more days and I can help with some infrastructure work in his absence. However, I'm afraid I'm not clear on what exactly this particular change would involve, so I'm a little hesitant to make changes without knowing the full ramifications of doing so.
Hi,
Couldn't we simply solve the problem by running "composer install"? So vendor/bin/phpunit would be installed, no ?
If its possible, then this is also a good idea.
Hugues.
Hi
Dne Mon, 01 Sep 2014 10:44:54 -0400 Isaac Bennetch bennetch@gmail.com napsal(a):
On 8/31/14, 10:56 AM, Chirayu Chiripal wrote:
Hi,
Will it be possible to install phpunit under "/vendor/bin/" i.e. "/var/lib/jenkins/jobs/phpMyAdmin-continuous/workspace/vendor/bin/" directory in Jenkins server?
Michal is away for several more days and I can help with some infrastructure work in his absence. However, I'm afraid I'm not clear on what exactly this particular change would involve, so I'm a little hesitant to make changes without knowing the full ramifications of doing so.
I've just added "composer install --dev --no-interaction" to build phase for phpMyAdmin so it should do all what is needed and it seems to work fine:
https://ci.phpmyadmin.net/job/phpMyAdmin-continuous/7638/