Update travis configuration
This commit is contained in:
@@ -17,8 +17,7 @@ before_install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- make docker-start
|
- make docker-start
|
||||||
- sleep 2m
|
- sleep 1m
|
||||||
- ls -lah web/app
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make travis
|
- make travis
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -27,9 +27,6 @@ help:
|
|||||||
init:
|
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)
|
||||||
|
|
||||||
travis:
|
|
||||||
@docker exec $(shell docker-compose ps -q php) php -r 'echo getcwd(); var_dump(file_exists("app/vendor/apigen/apigen/bin/apigen")); var_dump(file_exists("web/app/vendor/apigen/apigen/bin/apigen");'
|
|
||||||
|
|
||||||
apidoc:
|
apidoc:
|
||||||
@docker exec $(shell docker-compose ps -q php) app/vendor/apigen/apigen/bin/apigen generate -s app/src -d app/doc
|
@docker exec $(shell docker-compose ps -q php) app/vendor/apigen/apigen/bin/apigen generate -s app/src -d app/doc
|
||||||
@make resetOwner
|
@make resetOwner
|
||||||
|
|||||||
Reference in New Issue
Block a user