[ci] Build some examples for sky
This commit is contained in:
parent
0c0267ca01
commit
cac92f5f19
2 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,8 @@ EXAMPLES_most_non_native = \
|
||||||
|
|
||||||
EXAMPLES_redbee_econotag = $(EXAMPLES_most_non_native)
|
EXAMPLES_redbee_econotag = $(EXAMPLES_most_non_native)
|
||||||
|
|
||||||
|
EXAMPLES_sky = $(EXAMPLES_most_non_native) sky-shell
|
||||||
|
|
||||||
CT := \033[0;0m
|
CT := \033[0;0m
|
||||||
|
|
||||||
ifdef BOXED_SIGNS
|
ifdef BOXED_SIGNS
|
||||||
|
|
|
@ -21,4 +21,4 @@ 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'
|
- BUILD_TYPE='multi' MAKE_TARGETS='native minimal-net redbee-econotag sky'
|
||||||
|
|
Loading…
Add table
Reference in a new issue