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

Lets speed things up

This commit is contained in:
Sean 2013-10-31 04:09:23 -07:00
parent dc1dcb40e6
commit 9017e52d3b

View File

@ -9,34 +9,22 @@ before_script:
- cd libsodium - cd libsodium
- git checkout tags/0.4.2 - git checkout tags/0.4.2
- ./autogen.sh - ./autogen.sh
- ./configure && make check -j4 - ./configure && make check -j2
- sudo make install - sudo make install &
- cd ..
# installing libconfig, needed for DHT_bootstrap_daemon
- wget http://www.hyperrealm.com/libconfig/libconfig-1.4.9.tar.gz
- tar -xvzf libconfig-1.4.9.tar.gz
- cd libconfig-1.4.9
- ./configure && make -j4
- sudo make install
- cd .. - cd ..
# creating librarys' links and updating cache # creating librarys' links and updating cache
- sudo ldconfig - sudo ldconfig
# installing sphinx, needed for documentation
- sudo apt-get install python-sphinx
# installing check, needed for unit tests
- sudo apt-get install check
- git clone https://github.com/irungentoo/ProjectTox-Core.git toxcore - git clone https://github.com/irungentoo/ProjectTox-Core.git toxcore
- cd toxcore - cd toxcore
- autoreconf -i - autoreconf -i
- ./configure - ./configure --disable-tests --disable-ntox --disable-dht-bootstrap-daemon
- make -j4 - make -j2
- sudo make install - sudo make install
- cd .. - cd ..
script: script:
- autoreconf -i - autoreconf -i
- ./configure - ./configure
- make -j4 - make -j2
notifications: notifications:
email: false email: false