[ci] Build some examples for avr-raven and micaz

This commit is contained in:
Ilya Dmitrichenko 2012-11-13 13:39:36 +00:00
parent 79fed23753
commit 07e2b10d23
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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