Merge pull request #35 from malvira/travis-econotag
have travis build TARGET=econotag instead of TARGET=redbee-econotag
This commit is contained in:
commit
9392ece509
|
@ -25,7 +25,7 @@ EXAMPLES_most_non_native = \
|
||||||
ipv6/slip-radio \
|
ipv6/slip-radio \
|
||||||
webserver-ipv6
|
webserver-ipv6
|
||||||
|
|
||||||
EXAMPLES_redbee_econotag = $(EXAMPLES_most_non_native)
|
EXAMPLES_econotag = $(EXAMPLES_most_non_native)
|
||||||
|
|
||||||
EXAMPLES_most_avr = $(EXAMPLES_most_non_native)
|
EXAMPLES_most_avr = $(EXAMPLES_most_non_native)
|
||||||
|
|
||||||
|
|
|
@ -28,5 +28,5 @@ after_script:
|
||||||
env:
|
env:
|
||||||
## This magically kick-off parallel jobs for each of the for the sets
|
## This magically kick-off parallel jobs for each of the for the sets
|
||||||
## of environment variable defined below
|
## 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
|
- BUILD_TYPE='cooja' MAKE_TARGETS='cooja' TAIL=cat
|
||||||
|
|
Loading…
Reference in a new issue