[CI] missing gcov test ...
This commit is contained in:
parent
5801aeeb66
commit
757f2bf6d4
@ -21,7 +21,7 @@ addons:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CONF=release BUILDER=gcc TARGET=Linux TAG=Linux COMPILATOR_OPTION="--compilator-version=4.9"
|
env: CONF=release BUILDER=gcc TARGET=Linux TAG=Linux COMPILATOR_OPTION="--compilator-version=4.9" GCOV=--gcov
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CONF=debug BUILDER=clang TARGET=Linux
|
env: CONF=debug BUILDER=clang TARGET=Linux
|
||||||
@ -73,7 +73,7 @@ after_script:
|
|||||||
- ./out/Linux_x86_64/$CONF/staging/$BUILDER/exml-test/exml-test.app/bin/exml-test --etk-log-level=6 | tee out_test.txt
|
- ./out/Linux_x86_64/$CONF/staging/$BUILDER/exml-test/exml-test.app/bin/exml-test --etk-log-level=6 | tee out_test.txt
|
||||||
- if [ "$GCOV" != "" ]; then
|
- if [ "$GCOV" != "" ]; then
|
||||||
./ci/test_send.py --file=out_test.txt;
|
./ci/test_send.py --file=out_test.txt;
|
||||||
lutin -C -P $TARGET -c $BUILDER $COMPILATOR_OPTION -m $CONF -p exml?gcov;
|
lutin -C -P -t $TARGET -c $BUILDER $COMPILATOR_OPTION $BUS -m $CONF -p exml?gcov;
|
||||||
./ci/coverage_send.py --json=out/Linux_x86_64/$CONF/build/$BUILDER/exml/exml_coverage.json;
|
./ci/coverage_send.py --json=out/Linux_x86_64/$CONF/build/$BUILDER/exml/exml_coverage.json;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user