diff --git a/.travis.yml b/.travis.yml index 8de5702..d4a7fae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/MANIFEST.in b/MANIFEST.in index 6629fb6..89e57c6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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