mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
Merge pull request #1219 from pmienk/master
Update travis script to configure with libsodium.
This commit is contained in:
commit
b1d766a39a
@ -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