1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 18:57:45 +02:00

Actually fixed travis.

This commit is contained in:
Sean Qureshi 2013-08-23 16:05:58 -07:00
parent 416432c39f
commit 628bb9472b

View File

@ -26,8 +26,8 @@ before_script:
# installing check, needed for unit tests # installing check, needed for unit tests
- sudo apt-get install check - sudo apt-get install check
- git clone https://github.com/irungentoo/ProjectTox-Core.git core - git clone https://github.com/irungentoo/ProjectTox-Core.git toxcore
- cd core - cd toxcore
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..
@ -35,7 +35,7 @@ before_script:
- cd ../.. - cd ../..
script: script:
- autoreconf -i - autoreconf -i
- ./configure --with-libtoxcore-headers=$TRAVIS_BUILD_DIR/core/core --with-libtoxcore-libs=$TRAVIS_BUILD_DIR/core/build/core - ./configure --with-libtoxcore-headers=$TRAVIS_BUILD_DIR/toxcore/core --with-libtoxcore-libs=$TRAVIS_BUILD_DIR/toxcore/build/core
- make -j2 - make -j2
notifications: notifications:
email: false email: false