[CI] update lutin to pip install

This commit is contained in:
Edouard DUPIN 2015-05-27 11:12:26 +02:00
parent 46205cf9e0
commit 96ac3687fb

View File

@ -1,13 +1,11 @@
language: cpp language: cpp
# compilator system:
compiler: compiler:
- clang - clang
- gcc - gcc
os: linux os: linux
# previous actions:
before_script: before_script:
- rm -rf * - rm -rf *
- git clone https://github.com/HeeroYui/etk.git - git clone https://github.com/HeeroYui/etk.git
@ -16,7 +14,6 @@ before_script:
- git clone https://github.com/HeeroYui/audio.git - git clone https://github.com/HeeroYui/audio.git
- if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi - if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi
#install Gcc to have lisstdc++ 4.8 & gcc 4.8
install: install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq - sudo apt-get update -qq
@ -25,10 +22,10 @@ install:
- sudo rm /usr/bin/gcc /usr/bin/g++ - sudo rm /usr/bin/gcc /usr/bin/g++
- sudo ln -s /usr/bin/gcc-4.9 /usr/bin/gcc - sudo ln -s /usr/bin/gcc-4.9 /usr/bin/gcc
- sudo ln -s /usr/bin/g++-4.9 /usr/bin/g++ - sudo ln -s /usr/bin/g++-4.9 /usr/bin/g++
- sudo pip install lutin
# build sequence with Lutin :
script: script:
- ./lutin/lutin.py -C -P -c$BUILDER -mdebug -p audio_test - lutin -C -P -c$BUILDER -mdebug -p audio_test
- ./out/Linux_x86_64/debug/staging/$BUILDER/audio_test/usr/bin/audio_test - ./out/Linux_x86_64/debug/staging/$BUILDER/audio_test/usr/bin/audio_test
#send e-mail on compilation result: #send e-mail on compilation result: