mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Updated .travis.yml to build all targets
This commit is contained in:
parent
d60f5eafdb
commit
8ae0292cbf
|
@ -8,16 +8,15 @@ before_script:
|
||||||
- cd libsodium
|
- cd libsodium
|
||||||
- git checkout tags/0.4.2
|
- git checkout tags/0.4.2
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure && make -j3 check
|
- ./configure && make check -j3
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- sudo ldconfig
|
- sudo ldconfig
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cmake CMakeLists.txt
|
- mkdir build && cd build
|
||||||
- make DHT_bootstrap -j3
|
- cmake ..
|
||||||
- make Messenger_test -j3
|
- make -j3
|
||||||
- make nTox -j3
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user