From c3c8d7163b873253ed6637bb16c569d88a7029e2 Mon Sep 17 00:00:00 2001 From: oesi Date: Thu, 7 Jan 2016 18:05:25 +0100 Subject: [PATCH] Vorbereitung Phing Deployment --- build.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ phpci.yml | 6 +++++- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 build.xml diff --git a/build.xml b/build.xml new file mode 100644 index 000000000..9d75a6436 --- /dev/null +++ b/build.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phpci.yml b/phpci.yml index a7d97b858..32e465575 100644 --- a/phpci.yml +++ b/phpci.yml @@ -10,7 +10,11 @@ test: lint: php_loc: php_docblock_checker: - allowed_warnings: -1 + allowed_warnings: -1 +# phing: +# build_file: 'build.xml' +# targets: +# - "deploy" # php_unit: # directory: "tests/phpunit/" # args: "--bootstrap 'test/phpunit/bootstrap.php' --configuration 'tests/phpunit/phpunit.xml'"