#376 use multi-stage Docker build

This commit is contained in:
Dominik Liebler
2020-04-03 13:56:33 +02:00
parent d0ba13b686
commit be66dcc037
3 changed files with 17 additions and 20 deletions

View File

@@ -190,14 +190,3 @@ pseudoxml:
$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
@echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
install: vendor
vendor:
composer install
cs: install
./vendor/bin/phpcs .
test: install
./vendor/bin/phpunit