mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Update travis script to configure with libsodium.
This commit is contained in:
parent
39b8ac303a
commit
7c33d91a78
@ -11,5 +11,5 @@ before_script:
|
|||||||
|
|
||||||
# Build and check this project
|
# Build and check this project
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh && ./configure && make && make check
|
- ./autogen.sh && ./configure --with-libsodium=yes && make && make check
|
||||||
- sudo make install
|
- sudo make install
|
||||||
|
Loading…
Reference in New Issue
Block a user