[CI] Integrate new MacOs on Travis
This commit is contained in:
parent
82996f07b8
commit
000644204a
33
.travis.yml
33
.travis.yml
@ -19,16 +19,25 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- g++-4.9
|
- g++-4.9
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CONF=debug BUILDER=clang
|
||||||
|
- CONF=debug BUILDER=gcc
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- os: linux
|
||||||
|
env: CONF=debug BUILDER=gcc GCOV=--gcov
|
||||||
|
- os: linux
|
||||||
|
env: CONF=release BUILDER=clang
|
||||||
|
- os: linux
|
||||||
|
env: CONF=release BUILDER=gcc
|
||||||
|
exclude:
|
||||||
|
- os: mingw
|
||||||
|
env: CONF=debug BUILDER=clang
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --user lutin
|
- pip install --user lutin
|
||||||
|
|
||||||
env:
|
|
||||||
- CONF=debug BOARD=Linux BUILDER=clang GCOV=
|
|
||||||
- CONF=release BOARD=Linux BUILDER=clang GCOV=
|
|
||||||
- CONF=debug BOARD=Linux BUILDER=gcc GCOV=
|
|
||||||
- CONF=release BOARD=Linux BUILDER=gcc GCOV=
|
|
||||||
- CONF=debug BOARD=Linux BUILDER=gcc GCOV=--gcov
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd ..
|
- cd ..
|
||||||
- wget http://atria-soft.com/ci/coverage_send.py
|
- wget http://atria-soft.com/ci/coverage_send.py
|
||||||
@ -49,13 +58,19 @@ before_script:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- pwd
|
- pwd
|
||||||
- ls -l
|
- ls -l
|
||||||
- if [ "$BUILDER" == "gcc" ]; then COMPILATOR_OPTION="--compilator-version=4.9"; else COMPILATOR_OPTION=""; fi
|
- if [ "$BUILDER" == "gcc" ]; then
|
||||||
|
COMPILATOR_OPTION="--compilator-version=4.9";
|
||||||
|
else
|
||||||
|
COMPILATOR_OPTION="";
|
||||||
|
fi
|
||||||
|
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||||
|
export PATH=$PATH:/Users/travis/Library/Python/2.7/bin/;
|
||||||
|
fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- lutin -w -j4 -C -P -c $BUILDER $COMPILATOR_OPTION -m $CONF $GCOV -p ewol-test 0XX_customwidget 001_HelloWord
|
- lutin -w -j4 -C -P -c $BUILDER $COMPILATOR_OPTION -m $CONF $GCOV -p ewol-test 0XX_customwidget 001_HelloWord
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- yui.heero@gmail.com
|
- yui.heero@gmail.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user