1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:37:46 +02:00

Fixed travis build

This commit is contained in:
Sergey 'Jin' Bostandzhyan 2013-08-24 05:45:08 +03:00
parent 2a46d48cdf
commit f5071e4038

View File

@ -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