Configuration fixes, makefile tweaks
* The PHAR now gets tagged with version and buildtime * WebSocket support can now be disabled
This commit is contained in:
1
Makefile
1
Makefile
@ -13,6 +13,7 @@ phar: ## Build .phar using pharlite
|
||||
git clone $(REPODIR) $(BUILDDIR) && \
|
||||
cd $(BUILDDIR) && \
|
||||
composer install --no-dev && \
|
||||
echo "<?php return [ 'version' => '$(shell git describe --tags)', 'buildtime' => '$(shell date)' ];" > src/meta && \
|
||||
pharlite
|
||||
mv $(BUILDDIR)/*.phar $(REPODIR) && \
|
||||
rm -rf $(BUILDDIR)
|
||||
|
Reference in New Issue
Block a user