travis.yml updated

This commit is contained in:
ingvar1995 2018-06-30 18:57:41 +03:00
parent 04f0aef3df
commit a0cae14727
2 changed files with 4 additions and 5 deletions

View File

@ -38,15 +38,14 @@ before_script:
- sudo ldconfig
- cd ..
# Toxcore
- git clone https://github.com/ingvar1995/toxcore.git --branch=new_gc
- git clone https://github.com/ingvar1995/toxcore.git --branch=ngc_rebase
- cd toxcore
- autoreconf -if
- ./configure
- mkdir _build && cd _build
- cmake ..
- make -j$(nproc)
- sudo make install
- echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
- sudo ldconfig
- cd ..
script:
- py.test tests/travis.py
- py.test tests/tests.py

View File

@ -16,4 +16,4 @@ include toxygen/styles/*.qss
include toxygen/translations/*.qm
include toxygen/libs/libtox.dll
include toxygen/libs/libsodium.a
include toxygen/nodes.json
include toxygen/bootstrap/nodes.json