mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
Fix Makefile
Change-type: patch
This commit is contained in:
parent
a5f8b3c164
commit
2e1763f19a
4
Makefile
4
Makefile
@ -3,6 +3,7 @@
|
|||||||
# ---------------------------------------------------------------------
|
# ---------------------------------------------------------------------
|
||||||
|
|
||||||
RESIN_SCRIPTS ?= ./scripts/resin
|
RESIN_SCRIPTS ?= ./scripts/resin
|
||||||
|
NPM_VERSION ?= 6.7.0
|
||||||
S3_BUCKET = artifacts.ci.balena-cloud.com
|
S3_BUCKET = artifacts.ci.balena-cloud.com
|
||||||
|
|
||||||
# This directory will be completely deleted by the `clean` rule
|
# This directory will be completely deleted by the `clean` rule
|
||||||
@ -97,8 +98,7 @@ electron-develop: | $(BUILD_TEMPORARY_DIRECTORY)
|
|||||||
-b $(shell pwd) \
|
-b $(shell pwd) \
|
||||||
-r $(TARGET_ARCH) \
|
-r $(TARGET_ARCH) \
|
||||||
-s $(PLATFORM) \
|
-s $(PLATFORM) \
|
||||||
-n $(BUILD_TEMPORARY_DIRECTORY)/npm \
|
-m $(NPM_VERSION)
|
||||||
-a $(S3_BUCKET)
|
|
||||||
|
|
||||||
electron-test:
|
electron-test:
|
||||||
$(RESIN_SCRIPTS)/electron/test.sh \
|
$(RESIN_SCRIPTS)/electron/test.sh \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user