This commit is contained in:
bison-paolo
2016-11-30 13:38:45 +01:00
parent 844390f926
commit cfade891be
+6 -9
View File
@@ -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/"