Skip to content
Snippets Groups Projects
Commit 0949cad2 authored by Bob Mottram's avatar Bob Mottram
Browse files

Continuous integration variable

parent cc65eb16
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ IMAGE_NAME='full' ...@@ -74,7 +74,7 @@ IMAGE_NAME='full'
USERNAME="$USER" USERNAME="$USER"
PASSWORD= PASSWORD=
CONTINUOUS_INTEGRATION= CONTINUOUS_INTEGRATION=""
# IP address of the router (gateway) # IP address of the router (gateway)
ROUTER_IP_ADDRESS="192.168.1.254" ROUTER_IP_ADDRESS="192.168.1.254"
......
...@@ -41,7 +41,7 @@ IMAGE = $(NAME).img ...@@ -41,7 +41,7 @@ IMAGE = $(NAME).img
ARCHIVE = $(IMAGE).xz ARCHIVE = $(IMAGE).xz
SIGNATURE = $(ARCHIVE).sig SIGNATURE = $(ARCHIVE).sig
OWNER = 1000 OWNER = 1000
ifeq ("$CONTINUOUS_INTEGRATION", "") ifeq ($(CONTINUOUS_INTEGRATION), "")
XZ = xz --no-warn --verbose --keep --threads=0 -3 $(IMAGE) XZ = xz --no-warn --verbose --keep --threads=0 -3 $(IMAGE)
SIGN = -gpg --output $(SIGNATURE) --detach-sig $(ARCHIVE) SIGN = -gpg --output $(SIGNATURE) --detach-sig $(ARCHIVE)
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment