mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:13:02 +01:00
Hopefully fixed travis
This commit is contained in:
parent
77da25553c
commit
f2cdf5d9e5
@ -33,11 +33,10 @@ before_script:
|
||||
- cmake ..
|
||||
- make -j2
|
||||
- cd ../..
|
||||
- mv core /tmp
|
||||
#Need an absolute path for autotools
|
||||
- mv core $TRAVIS_BUILD_DIR/
|
||||
script:
|
||||
- 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
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
Reference in New Issue
Block a user