mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
phpci
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user