have travis build TARGET=econotag instead of TARGET=redbee-econotag
This commit is contained in:
parent
d7763e13db
commit
a1c2e471a8
@ -25,7 +25,7 @@ EXAMPLES_most_non_native = \
|
||||
ipv6/slip-radio \
|
||||
webserver-ipv6
|
||||
|
||||
EXAMPLES_redbee_econotag = $(EXAMPLES_most_non_native)
|
||||
EXAMPLES_econotag = $(EXAMPLES_most_non_native)
|
||||
|
||||
EXAMPLES_most_avr = $(EXAMPLES_most_non_native)
|
||||
|
||||
|
@ -28,5 +28,5 @@ after_script:
|
||||
env:
|
||||
## This magically kick-off parallel jobs for each of the for the sets
|
||||
## of environment variable defined below
|
||||
- BUILD_TYPE='multi' MAKE_TARGETS='native minimal-net redbee-econotag sky micaz avr-raven'
|
||||
- BUILD_TYPE='multi' MAKE_TARGETS='native minimal-net econotag sky micaz avr-raven'
|
||||
- BUILD_TYPE='cooja' MAKE_TARGETS='cooja' TAIL=cat
|
||||
|
Loading…
Reference in New Issue
Block a user