Add nightly rom releases (#182)
* Add nightly rom releases * Begin testing CI * Add tests workflow * Move release tag workflow * Fix upload logic for intermediate artifact * Fix variable add names * Update build CI * Update nightly upload location * Add git hash to output * Update upload location again * Update name to have a date * Adjust date format for consistency
This commit is contained in:
@@ -130,9 +130,10 @@ export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib)
|
||||
.PHONY: $(BUILD) clean
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
$(BUILD):
|
||||
$(BUILD):
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||
@echo "$(GIT_HASH)$(GIT_DIRTY)" > $@/githash.txt
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user