From ffe472961453078fc470e605265fe964c2392fd2 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 20 May 2015 21:13:48 +0200 Subject: [PATCH] [CI] travis update for lutin pip --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b4aab5..a24c4b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,14 +12,14 @@ os: # previous actions: before_script: - - rm -rf * + - cd .. - git clone https://github.com/HeeroYui/etk.git - - git clone https://github.com/HeeroYui/lutin.git - git clone https://github.com/HeeroYui/gtest.git - - git clone https://github.com/HeeroYui/exml.git + - pwd + - ls -l - if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi -#install Gcc to have lisstdc++ 4.8 & gcc 4.8 +#install Gcc to have lisstdc++ 4.9 & gcc 4.9 install: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update -qq @@ -28,10 +28,11 @@ install: - sudo rm /usr/bin/gcc /usr/bin/g++ - sudo ln -s /usr/bin/gcc-4.9 /usr/bin/gcc - sudo ln -s /usr/bin/g++-4.9 /usr/bin/g++ + - sudo pip install lutin # build sequence with Lutin : script: - - ./lutin/lutin.py -C -P -c$BUILDER -mdebug -p exml_test + - lutin -C -P -c$BUILDER -mdebug -p exml_test - ./out/Linux_x86_64/debug/staging/$BUILDER/exml_test/usr/bin/exml_test -l6 #send e-mail on compilation result: