[SUCS Devel] [Git][sucssite/sucs-site][master] Add CI to sucs-site project.
Imran Hussain
imranh at sucs.org
Sun Nov 8 00:58:39 GMT 2015
Imran Hussain pushed to branch master at sucssite / sucs-site
Commits:
a5e75252 by Imran Hussain at 2015-11-08T00:58:07Z
Add CI to sucs-site project.
Currently only checks to see if the php is valid.
- - - - -
1 changed file:
- + .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+image: php 5.4-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
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/a5e75252630639e833cb22f339db78ba3c98b19d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20151108/f07a6fed/attachment.html>
More information about the Devel
mailing list