[ci] Build some examples for sky

This commit is contained in:
Ilya Dmitrichenko 2012-11-12 22:26:44 +00:00
parent 0c0267ca01
commit cac92f5f19
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,8 @@ EXAMPLES_most_non_native = \
EXAMPLES_redbee_econotag = $(EXAMPLES_most_non_native)
EXAMPLES_sky = $(EXAMPLES_most_non_native) sky-shell
CT := \033[0;0m
ifdef BOXED_SIGNS

View File

@ -21,4 +21,4 @@ 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'
- BUILD_TYPE='multi' MAKE_TARGETS='native minimal-net redbee-econotag sky'