Added debugging for ci
This commit is contained in:
parent
cb58f55923
commit
07bc4f3f01
2 changed files with 5 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue