mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
If someone wants to fix the cmake, go ahead.
This commit is contained in:
parent
5725e86a93
commit
e21e414248
|
@ -6,14 +6,13 @@ before_script:
|
|||
- git clone git://github.com/jedisct1/libsodium.git
|
||||
- cd libsodium
|
||||
- ./autogen.sh
|
||||
- ./configure && make check
|
||||
- sudo make install
|
||||
- sudo ldconfig
|
||||
- ./configure && make -j 3 check
|
||||
- cd ..
|
||||
|
||||
script:
|
||||
- cmake CMakeLists.txt
|
||||
- make -j3
|
||||
#- cmake CMakeLists.txt
|
||||
#- make -j3
|
||||
- gcc -o test -Wall -Werror -Ilibsodium/src/libsodium/include/ core/*.c libsodium/src/libsodium/.libs/libsodium.a testing/Messenger_test.c
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in New Issue
Block a user