mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-26 17:23:28 +01:00
Fixed travis build
This commit is contained in:
parent
2a46d48cdf
commit
f5071e4038
11
.travis.yml
11
.travis.yml
@ -28,14 +28,13 @@ before_script:
|
|||||||
|
|
||||||
- git clone https://github.com/irungentoo/ProjectTox-Core.git toxcore
|
- git clone https://github.com/irungentoo/ProjectTox-Core.git toxcore
|
||||||
- cd toxcore
|
- cd toxcore
|
||||||
- mkdir build
|
- autoreconf -i
|
||||||
- cd build
|
- ./configure
|
||||||
- cmake ..
|
- make -j2
|
||||||
- make toxcore -j2
|
- sudo make install
|
||||||
- cd ../..
|
|
||||||
script:
|
script:
|
||||||
- autoreconf -i
|
- autoreconf -i
|
||||||
- ./configure --with-libtoxcore-headers=$TRAVIS_BUILD_DIR/toxcore/core --with-libtoxcore-libs=$TRAVIS_BUILD_DIR/toxcore/build/core
|
- ./configure
|
||||||
- make -j2
|
- make -j2
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user