Added debugging for ci

This commit is contained in:
konrad 2019-01-14 17:40:42 +01:00
parent cb58f55923
commit 07bc4f3f01
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 5 additions and 1 deletions

View file

@ -133,7 +133,7 @@ endif
.PHONY: release-copy
release-copy:
$(foreach file,$(wildcard $(DIST)/binaries/$(EXECUTABLE)-*),cp $(file) $(DIST)/release/$(notdir $(file));)
mkdir $(DIST)/release/templates
mkdir $(DIST)/release/templates -p
cp templates/ $(DIST)/templates/ -R
.PHONY: release-check