mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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:
parent
7254d5f75e
commit
63c3b4bc69
@ -14,6 +14,13 @@ jobs:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- env: TARGET=ipk
|
- env: TARGET=ipk
|
||||||
include:
|
include:
|
||||||
|
- &run-with-clang-minimal
|
||||||
|
stage: Clang 3.8 - minimal with unit tests
|
||||||
|
env: TARGET=minimal
|
||||||
|
before_script: docker-compose pull ${TARGET}
|
||||||
|
script:
|
||||||
|
- export CC=clang-3.8 CXX=clang++-3.8
|
||||||
|
- BUILDARCH=MOCK docker-compose run ${TARGET}
|
||||||
- &run-with-clang
|
- &run-with-clang
|
||||||
stage: Clang 3.8
|
stage: Clang 3.8
|
||||||
env: TARGET=python
|
env: TARGET=python
|
||||||
|
@ -30,6 +30,12 @@ services:
|
|||||||
extends: base
|
extends: base
|
||||||
image: inteliotdevkit/upm-all
|
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:
|
doc:
|
||||||
extends: all
|
extends: all
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user