aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rwxr-xr-xGNUmakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d8c16202..a04468cb 100755
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -25,12 +25,6 @@ run: ## Run the wallabag built-in server
25build: ## Run webpack 25build: ## Run webpack
26 @npm run build:$(ENV) 26 @npm run build:$(ENV)
27 27
28prepare-travis-pg: ## Custom prepare for Travis & Postgres (do not drop/create the database)
29ifdef DB
30 cp app/config/tests/parameters_test.$(DB).yml app/config/parameters_test.yml
31endif
32 php bin/console doctrine:migrations:migrate --no-interaction --env=test
33
34prepare: clean ## Prepare database for testsuite 28prepare: clean ## Prepare database for testsuite
35ifdef DB 29ifdef DB
36 cp app/config/tests/parameters_test.$(DB).yml app/config/parameters_test.yml 30 cp app/config/tests/parameters_test.$(DB).yml app/config/parameters_test.yml