[SUCS Devel] [Git][sucssite/sucs-site][master] Add the right file...
Imran Hussain
imranh at sucs.org
Sun Nov 8 01:03:25 GMT 2015
Imran Hussain pushed to branch master at sucssite / sucs-site
Commits:
394b18d6 by Imran Hussain at 2015-11-08T01:03:21Z
Add the right file...
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,11 @@
-image: php 5.4-cli
+before_script:
+ - apt-get clean
+ - apt-get update
+ - apt-get install -y php5-cli
syntax:
script:
- php -l htdocs/index.php
- - php -l components/*.php
- - php -l plugins/*.php
- - php -l lib/*.php
\ No newline at end of file
+ - find components | xargs -n 1 php -l
+ - find plugins | xargs -n 1 php -l
+ - find lib | xargs -n 1 php -l
\ No newline at end of file
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/394b18d6dbdceb645c8a7c8cefc9e59fc2a4119b
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20151108/acf12c21/attachment-0001.html>
More information about the Devel
mailing list