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

Hopefully fixed travis

This commit is contained in:
Sean Qureshi 2013-08-23 15:54:53 -07:00
parent 77da25553c
commit f2cdf5d9e5

View File

@ -33,11 +33,10 @@ before_script:
- cmake .. - cmake ..
- make -j2 - make -j2
- cd ../.. - cd ../..
- mv core /tmp - mv core $TRAVIS_BUILD_DIR/
#Need an absolute path for autotools
script: script:
- autoreconf -i - autoreconf -i
- ./configure --with-libtoxcore-headers=/tmp/core --with-libtoxcore-libs=/tmp/core/build/core - ./configure --with-libtoxcore-headers=$TRAVIS_BUILD_DIR/core --with-libtoxcore-libs=$TRAVIS_BUILD_DIR/core/build/core
- make -j2 - make -j2
notifications: notifications:
email: false email: false