File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ before_install:
16
16
17
17
before_script :
18
18
- make docker-start
19
- - sleep 5m
19
+ - sleep 4m
20
20
- docker inspect -f {{.Config.Volumes}} $(docker-compose ps -q php)
21
21
- ls -lah
22
- - ls -lah app
23
- - ls -lah app/vendor/apigen/apigen
22
+ - ls -lah web/ app
23
+ - ls -lah web/ app/vendor/apigen/apigen
24
24
25
25
script :
26
26
- make travis
Original file line number Diff line number Diff line change 28
28
@$(shell cp -n $(shell pwd) /web/app/composer.json.dist $(shell pwd) /web/app/composer.json 2> /dev/null)
29
29
30
30
travis :
31
- @docker exec $(shell docker-compose ps -q php) php -r ' echo getcwd(); var_dump(file_exists("app/vendor/apigen/apigen/bin/apigen"));'
31
+ @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"); '
32
32
33
33
apidoc :
34
34
@docker exec $(shell docker-compose ps -q php) app/vendor/apigen/apigen/bin/apigen generate -s app/src -d app/doc
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
5
5
ports :
6
6
- " 8000:80"
7
7
- " 3000:443"
8
- restart : always
8
+ restart : always
9
9
volumes :
10
10
- " ./etc/nginx/default.conf:/etc/nginx/conf.d/default.conf"
11
11
- " ./etc/ssl:/etc/ssl"
You can’t perform that action at this time.
0 commit comments