travis-ci: Added minimal travis job

Added an additional job to the CI matrix which does a minimal UPM
build (only C, C++, and unit tests) which can run and pass/fail quickly.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2018-03-13 15:08:51 -07:00
parent 7254d5f75e
commit 63c3b4bc69
2 changed files with 13 additions and 0 deletions

View File

@ -30,6 +30,12 @@ services:
extends: base
image: inteliotdevkit/upm-all
minimal:
extends: base
environment:
- BUILDFTI=OFF
command: bash -c "./scripts/run-cmake.sh && cd build && make && ctest -R unit --output-on-failure"
doc:
extends: all
environment: