diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-23 09:49:22 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-25 10:51:25 +0100 |
commit | 89cd670abfc77ca268a538c9323a4026fec06fc7 (patch) | |
tree | b0b4d38a67cc86186da3dae413530e9faa693f7c /Makefile | |
parent | 8137515171a9b3c8e7c3720958acfdccb96803f7 (diff) | |
download | wallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.tar.gz wallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.tar.zst wallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.zip |
Changed uuid type in database
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -27,8 +27,7 @@ build: ## Run grunt | |||
27 | @grunt | 27 | @grunt |
28 | 28 | ||
29 | test: ## Launch wallabag testsuite | 29 | test: ## Launch wallabag testsuite |
30 | @if [ ! -d "vendor/phpunit" ]; then composer install; fi | 30 | @ant prepare && bin/simple-phpunit -v |
31 | @ant prepare && vendor/phpunit/phpunit/phpunit -v | ||
32 | 31 | ||
33 | release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`). | 32 | release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`). |
34 | ifndef VERSION | 33 | ifndef VERSION |