fuu travis
This commit is contained in:
10
Makefile
10
Makefile
@@ -10,9 +10,9 @@ all: build
|
|||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
composer install --no-interaction
|
@composer install --no-interaction
|
||||||
php artisan optimize
|
@php artisan optimize
|
||||||
php artisan config:cache
|
@php artisan config:cache
|
||||||
@make db
|
@make db
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
@@ -33,8 +33,8 @@ reset: clean
|
|||||||
|
|
||||||
.PHONY: db
|
.PHONY: db
|
||||||
db:
|
db:
|
||||||
sqlite3 database/testing.sqlite ""
|
@php artisan database:create --reset
|
||||||
php artisan migrate:refresh --seed
|
@php artisan migrate:refresh --seed
|
||||||
|
|
||||||
.PHONY: unittest-db
|
.PHONY: unittest-db
|
||||||
unittest-db:
|
unittest-db:
|
||||||
|
|||||||
Reference in New Issue
Block a user