From f5071e403805b66d5cc95df9813546b87faf54f3 Mon Sep 17 00:00:00 2001 From: Sergey 'Jin' Bostandzhyan Date: Sat, 24 Aug 2013 05:45:08 +0300 Subject: [PATCH] Fixed travis build --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3f9aed..8b25d83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,14 +28,13 @@ before_script: - git clone https://github.com/irungentoo/ProjectTox-Core.git toxcore - cd toxcore - - mkdir build - - cd build - - cmake .. - - make toxcore -j2 - - cd ../.. + - autoreconf -i + - ./configure + - make -j2 + - sudo make install script: - autoreconf -i - - ./configure --with-libtoxcore-headers=$TRAVIS_BUILD_DIR/toxcore/core --with-libtoxcore-libs=$TRAVIS_BUILD_DIR/toxcore/build/core + - ./configure - make -j2 notifications: email: false