mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +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
|
||||
script:
|
||||
- ./autogen.sh && ./configure && make && make check
|
||||
- ./autogen.sh && ./configure --with-libsodium=yes && make && make check
|
||||
- sudo make install
|
||||
|
Loading…
Reference in New Issue
Block a user