Update travis configuration
This commit is contained in:
4
Makefile
4
Makefile
@@ -25,7 +25,7 @@ init:
|
|||||||
@$(shell cp -n $(shell pwd)/web/app/composer.json.dist $(shell pwd)/web/app/composer.json 2> /dev/null)
|
@$(shell cp -n $(shell pwd)/web/app/composer.json.dist $(shell pwd)/web/app/composer.json 2> /dev/null)
|
||||||
|
|
||||||
apidoc:
|
apidoc:
|
||||||
@docker exec -i $(shell docker-compose ps -q php) php ./app/vendor/apigen/apigen/bin/apigen generate -s app/src -d app/doc
|
@docker exec -i $(shell docker-compose ps -q php) php app/vendor/apigen/apigen/bin/apigen generate -s app/src -d app/doc
|
||||||
@make resetOwner
|
@make resetOwner
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@@ -65,7 +65,7 @@ mysql-restore:
|
|||||||
@docker exec -i mysql mysql -u"$(MYSQL_ROOT_USER)" -p"$(MYSQL_ROOT_PASSWORD)" < $(MYSQL_DUMPS_DIR)/db.sql
|
@docker exec -i mysql mysql -u"$(MYSQL_ROOT_USER)" -p"$(MYSQL_ROOT_PASSWORD)" < $(MYSQL_DUMPS_DIR)/db.sql
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@docker exec -i $(shell docker-compose ps -q php) ./app/vendor/bin/phpunit --colors=always --configuration app/
|
@docker exec -i $(shell docker-compose ps -q php) app/vendor/bin/phpunit --colors=always --configuration app/
|
||||||
@make resetOwner
|
@make resetOwner
|
||||||
|
|
||||||
resetOwner:
|
resetOwner:
|
||||||
|
|||||||
Reference in New Issue
Block a user