Commit c5b61382 authored by Lucas Russo's avatar Lucas Russo

{ci_build.sh,.travis.yml}: build examples as well

parent e91c6d20
...@@ -6,8 +6,8 @@ compiler: ...@@ -6,8 +6,8 @@ compiler:
- gcc - gcc
env: env:
- BOARD=ml605 - BOARD=ml605 WITH_EXAMPLES=with_examples
- BOARD=afcv3 - BOARD=afcv3 WITH_EXAMPLES=with_examples
before_install: before_install:
- git submodule update --init --recursive - git submodule update --init --recursive
......
#!/usr/bin/env bash #!/usr/bin/env bash
./compile.sh $BOARD ./compile.sh $BOARD $WITH_EXAMPLES
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment