Update travis configuration
This commit is contained in:
@@ -19,8 +19,8 @@ before_script:
|
|||||||
- make docker-start
|
- make docker-start
|
||||||
- sleep 3m
|
- sleep 3m
|
||||||
- docker inspect -f {{.Config.Volumes}} $(docker-compose ps -q php)
|
- docker inspect -f {{.Config.Volumes}} $(docker-compose ps -q php)
|
||||||
|
- ls -lah
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ls $(pwd)/web/app/vendor
|
|
||||||
- make apidoc
|
- make apidoc
|
||||||
- make test
|
- make test
|
||||||
2
Makefile
2
Makefile
@@ -28,7 +28,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 $(ROOT_PATH)/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:
|
||||||
|
|||||||
Reference in New Issue
Block a user