mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 00:33:02 +01:00
Pretty sure Travis has more cores
This commit is contained in:
parent
3907edcdda
commit
dc1dcb40e6
@ -9,14 +9,14 @@ 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 -j3
|
- ./configure && make check -j4
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- cd ..
|
- cd ..
|
||||||
# installing libconfig, needed for DHT_bootstrap_daemon
|
# installing libconfig, needed for DHT_bootstrap_daemon
|
||||||
- wget http://www.hyperrealm.com/libconfig/libconfig-1.4.9.tar.gz
|
- wget http://www.hyperrealm.com/libconfig/libconfig-1.4.9.tar.gz
|
||||||
- tar -xvzf libconfig-1.4.9.tar.gz
|
- tar -xvzf libconfig-1.4.9.tar.gz
|
||||||
- cd libconfig-1.4.9
|
- cd libconfig-1.4.9
|
||||||
- ./configure && make -j3
|
- ./configure && make -j4
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- cd ..
|
- cd ..
|
||||||
# creating librarys' links and updating cache
|
# creating librarys' links and updating cache
|
||||||
@ -30,13 +30,13 @@ before_script:
|
|||||||
- cd toxcore
|
- cd toxcore
|
||||||
- autoreconf -i
|
- autoreconf -i
|
||||||
- ./configure
|
- ./configure
|
||||||
- make -j2
|
- make -j4
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- cd ..
|
- cd ..
|
||||||
script:
|
script:
|
||||||
- autoreconf -i
|
- autoreconf -i
|
||||||
- ./configure
|
- ./configure
|
||||||
- make -j2
|
- make -j4
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user