[ci] Build some examples for avr-raven and micaz
This commit is contained in:
parent
79fed23753
commit
07e2b10d23
|
@ -27,6 +27,10 @@ EXAMPLES_most_non_native = \
|
|||
|
||||
EXAMPLES_redbee_econotag = $(EXAMPLES_most_non_native)
|
||||
|
||||
EXAMPLES_most_avr = $(EXAMPLES_most_non_native)
|
||||
EXAMPLES_micaz = $(EXAMPLES_most_avr)
|
||||
EXAMPLES_avr_raven = $(EXAMPLES_most_avr)
|
||||
|
||||
EXAMPLES_sky = $(EXAMPLES_most_non_native) sky-shell
|
||||
|
||||
COOJA_TESTS = tools/cooja/contiki_tests/*.csc
|
||||
|
|
|
@ -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'
|
||||
- BUILD_TYPE='multi' MAKE_TARGETS='native minimal-net redbee-econotag sky micaz avr-raven'
|
||||
- BUILD_TYPE='cooja' MAKE_TARGETS='cooja' TAIL=cat
|
||||
|
|
Loading…
Reference in a new issue