From aef597552905c7c004d162357a272e8b1f06600a Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 24 Oct 2016 22:57:45 +0200 Subject: [PATCH] [CI] update CI --- .travis.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 573337c..6920c9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: cpp -sudo: false +sudo: required +dist: trusty branches: only: @@ -14,9 +15,9 @@ addons: packages: - g++-4.9 - expect - #- binutils-mingw-w64-x86-64 # 64bit MinGW - #- gcc-mingw-w64-x86-64 - #- g++-mingw-w64-x86-64 + - binutils-mingw-w64-x86-64 # 64bit MinGW + - gcc-mingw-w64-x86-64 + - g++-mingw-w64-x86-64 matrix: include: @@ -26,9 +27,9 @@ matrix: - os: linux env: CONF=debug BUILDER=clang TARGET=Linux compiler: clang - #- os: linux - # env: CONF=release BUILDER=gcc TARGET=Windows TAG=Mingw - # compiler: x86_64-w64-mingw32-gcc + - os: linux + env: CONF=release BUILDER=gcc TARGET=Windows TAG=Mingw + compiler: x86_64-w64-mingw32-gcc - os: linux env: CONF=release BUILDER=gcc TARGET=Android TAG=Android DISABLE_PACKAGE=-p compiler: gcc @@ -75,14 +76,14 @@ before_script: - ./ci/build_send.py --tag=$TAG --status=START; script: - - lutin -w -j4 -C -P -t$TARGET -c $BUILDER $COMPILATOR_OPTION $BUS -m $CONF $GCOV $DISABLE_PACKAGE gale gale-sample-basic; STATUS=$? + - lutin -w -j4 -C -P -t$TARGET -c $BUILDER $COMPILATOR_OPTION $BUS -m $CONF $GCOV $DISABLE_PACKAGE gale gale-sample; STATUS=$? - ./ci/build_send.py --tag=$TAG --status="$STATUS"; after_script: - if [ "$GCOV" != "" ]; then ./ci/warning_send.py --find-path ./out/Linux_x86_64/$CONF/build/$BUILDER/gale/; fi - - ./out/Linux_x86_64/$CONF/staging/$BUILDER/gale-sample-basic/gale-sample-basic.app/bin/gale-sample-basic --etk-log-level=6 | tee out_test.txt + #- ./out/Linux_x86_64/$CONF/staging/$BUILDER/gale-sample-basic/gale-sample.app/bin/gale-sample --elog-level=6 | tee out_test.txt - if [ "$GCOV" != "" ]; then ./ci/test_send.py --file=out_test.txt; lutin -C -P -t $TARGET -c $BUILDER $COMPILATOR_OPTION $BUS -m $CONF -p gale?gcov;