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:
- gcc
env:
- BOARD=ml605
- BOARD=afcv3
- BOARD=ml605 WITH_EXAMPLES=with_examples
- BOARD=afcv3 WITH_EXAMPLES=with_examples
before_install:
- git submodule update --init --recursive
......
#!/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