mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 19:31:15 +03:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user