Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
/ Orion Public archive

Commit

Permalink
fixes makefile renames for release target
Browse files Browse the repository at this point in the history
  • Loading branch information
koalalorenzo committed Apr 7, 2018
1 parent dff1f5f commit cc06893
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ build_all: clean

release: _test_variables prepare_ipfs_bin _prepkg
./node_modules/.bin/build ${BUILD_ARGS} --publish onTagOrDraft
.PHONY: publish
.PHONY: release

release_all: clean
@test -n "$(GH_TOKEN)" || (echo "Variable GH_TOKEN not set"; exit 1)
$(MAKE) publish -e OS="Darwin" -e UNAME_S="Darwin"
$(MAKE) publish -e OS="Linux" -e UNAME_S="Linux"
$(MAKE) publish -e OS="Windows_NT"
$(MAKE) release -e OS="Darwin" -e UNAME_S="Darwin"
$(MAKE) release -e OS="Linux" -e UNAME_S="Linux"
$(MAKE) release -e OS="Windows_NT"
.PHONY: release_all

0 comments on commit cc06893

Please sign in to comment.