mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-10 04:10:54 +00:00
update Makefile
This commit is contained in:
parent
38ffafbbc0
commit
9fe976d13c
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -41,15 +41,15 @@ setup_apache: composer
|
|||
@sudo service apache2 restart
|
||||
|
||||
before_script: setup_apache
|
||||
ifeq ($(COMPOSER_IN_TESTS),1)
|
||||
ifneq ($(COMPOSER_IN_TESTS),1)
|
||||
ifneq ("$(wildcard $(PRESTASHOP_DIR)/tests/parameters.yml.travis)","")
|
||||
@cd $(PRESTASHOP_DIR) && cp tests/parameters.yml.travis app/config/parameters.yml
|
||||
else
|
||||
@cd $(PRESTASHOP_DIR) && cp tests-legacy/parameters.yml.travis app/config/parameters.yml
|
||||
endif
|
||||
@cd $(PRESTASHOP_DIR) && bash travis-scripts/install-prestashop.sh
|
||||
else
|
||||
@cd $(PRESTASHOP_DIR) && bash travis-scripts/install-prestashop
|
||||
else
|
||||
@cd $(PRESTASHOP_DIR) && bash travis-scripts/install-prestashop.sh
|
||||
endif
|
||||
|
||||
test:
|
||||
|
|
Loading…
Add table
Reference in a new issue