From cfade891be0da5ab8b4c735e0dd9e9d3e02c32e6 Mon Sep 17 00:00:00 2001 From: bison-paolo Date: Wed, 30 Nov 2016 13:38:45 +0100 Subject: [PATCH] phpci --- phpci.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/phpci.yml b/phpci.yml index f84df9b3d..2563188a6 100644 --- a/phpci.yml +++ b/phpci.yml @@ -22,17 +22,14 @@ setup: shell: - "rm -f /var/www/html/build" # Remove the previous soft link, if exists, to the build directory - "ln -s %BUILD_PATH% /var/www/html/build" # Create a new soft link to the actual build directory - # Rename configuration files - - "cd %BUILD_PATH% && cp ./config/global.config-default.inc.php ./config/global.config.inc.php" - - "cd %BUILD_PATH% && cp ./config/cis.config-default.inc.php ./config/cis.config.inc.php" - - "cd %BUILD_PATH% && cp ./config/vilesci.config-default.inc.php ./config/vilesci.config.inc.php" - - "cd %BUILD_PATH% && cp ./config/system.config-default.inc.php ./config/system.config.inc.php" + # Copies configuration files + - "cp /home/phpci/config/* %BUILD_PATH%/config/" - "wget -qO - 'http://admin:1q2w3@test.fhcomplete.org/build/system/checksystem.php'" # Install Database test: - lint: - directories: - - "application/" - recursive: true +# lint: +# directories: +# - "application/" +# recursive: true codeception: config: "tests/codeception/" path: "tests/codeception/_output/"