travis: build examples in additional jobs

Signed-off-by: Nicolas Oliver <dario.n.oliver@intel.com>
This commit is contained in:
Nicolas Oliver
2017-10-12 15:50:05 -07:00
parent 4037ec517c
commit 35e4fc012e
3 changed files with 16 additions and 2 deletions

View File

@ -71,6 +71,8 @@ jobs:
- docker-compose run ${TARGET}
- <<: *run-additional-jobs
env: TARGET=android
- <<: *run-additional-jobs
env: TARGET=examples
- <<: *run-additional-jobs
env: TARGET=sonar-scan
- <<: *run-additional-jobs