Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-11-01 13:25:38 +0300
committerGitHub <noreply@github.com>2020-11-01 13:25:38 +0300
commit545a1569f115b5c8aa0be78061258d5f116d7b4b (patch)
treea76645a856cf148f839a74a9de5cedd21054922e /.ci/install.sh
parent2829f302755f8492fb095735f3fc89688727e1a3 (diff)
Steps -> Actions refactoring (#7688)
* Move action handling code to rcmail class * Add rcmail_action class * Add action aliases * Get rid of $OUTPUT global * Move some methods from rcmail to rcmail_action * PHP8 compat. fixes * Add framework for testing actions * Fix obvious code mistakes
Diffstat (limited to '.ci/install.sh')
-rwxr-xr-x.ci/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index b19a4ac92..748faf3cf 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -24,3 +24,6 @@ composer install --prefer-dist
# Install Less for Elastic CSS compilation
npm install --force -g less
npm install --force -g less-plugin-clean-css
+
+# Roundcube tests and instance configuration
+cp .ci/config-test.inc.php config/config-test.inc.php