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
|
||||
- git checkout tags/0.4.2
|
||||
- ./autogen.sh
|
||||
- ./configure && make -j3 check
|
||||
- ./configure && make check -j3
|
||||
- sudo make install
|
||||
- sudo ldconfig
|
||||
- cd ..
|
||||
|
||||
script:
|
||||
- cmake CMakeLists.txt
|
||||
- make DHT_bootstrap -j3
|
||||
- make Messenger_test -j3
|
||||
- make nTox -j3
|
||||
- mkdir build && cd build
|
||||
- cmake ..
|
||||
- make -j3
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in New Issue
Block a user